diff options
author | Saturneric <[email protected]> | 2021-12-13 16:59:04 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-13 17:59:24 +0000 |
commit | b43e37688757ab5f3f734e7392a37513f2692c41 (patch) | |
tree | 57bed013e208f37d8ca16eb5b290f9c11007b835 /ui/KeyDeatils.ui | |
parent | Improve UI & Fixed. (diff) | |
download | GpgFrontend-b43e37688757ab5f3f734e7392a37513f2692c41.tar.gz GpgFrontend-b43e37688757ab5f3f734e7392a37513f2692c41.zip |
Update Translations & README.
Diffstat (limited to 'ui/KeyDeatils.ui')
-rw-r--r-- | ui/KeyDeatils.ui | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/ui/KeyDeatils.ui b/ui/KeyDeatils.ui new file mode 100644 index 00000000..c9a7421d --- /dev/null +++ b/ui/KeyDeatils.ui @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>KeyDeatilsDialog</class> + <widget class="QDialog" name="KeyDeatilsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>423</width> + <height>616</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QTabWidget" name="tabWidget"> + <property name="tabPosition"> + <enum>QTabWidget::North</enum> + </property> + <property name="currentIndex"> + <number>0</number> + </property> + <property name="documentMode"> + <bool>true</bool> + </property> + <widget class="QWidget" name="tab"> + <attribute name="title"> + <string>Tab 1</string> + </attribute> + </widget> + <widget class="QWidget" name="tab_2"> + <attribute name="title"> + <string>Tab 2</string> + </attribute> + </widget> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |