diff options
author | Saturneric <[email protected]> | 2021-12-13 10:16:54 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-13 10:16:54 +0000 |
commit | da0e403a6c6ff5ab201c239ea0b6d3ce45fc7c4d (patch) | |
tree | 8e7029d8dc13b54f16cefe50ac070fe32941a924 /ui/VerifyDetails.ui | |
parent | Fixed & Modified & Added. (diff) | |
download | GpgFrontend-da0e403a6c6ff5ab201c239ea0b6d3ce45fc7c4d.tar.gz GpgFrontend-da0e403a6c6ff5ab201c239ea0b6d3ce45fc7c4d.zip |
Update Translate & Added.
1. Added Export OpenSSH Format
2. Added Export Short Secret Key
3. Improve UI
Diffstat (limited to 'ui/VerifyDetails.ui')
-rw-r--r-- | ui/VerifyDetails.ui | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/ui/VerifyDetails.ui b/ui/VerifyDetails.ui new file mode 100644 index 00000000..3f88984d --- /dev/null +++ b/ui/VerifyDetails.ui @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>VerifyDetailsDialog</class> + <widget class="QDialog" name="VerifyDetailsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>635</width> + <height>829</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 alignment="Qt::AlignTop"> + <widget class="QWidget" name="horizontalWidget" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item alignment="Qt::AlignTop"> + <widget class="QLabel" name="titleLabel"> + <property name="text"> + <string>Verify Details</string> + </property> + <property name="textFormat"> + <enum>Qt::AutoText</enum> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="Line" name="line"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item alignment="Qt::AlignTop"> + <widget class="QWidget" name="verticalWidget_2" native="true"> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item alignment="Qt::AlignTop"> + <widget class="QWidget" name="horizontalWidget" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item alignment="Qt::AlignLeft|Qt::AlignTop"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Date: </string> + </property> + </widget> + </item> + <item alignment="Qt::AlignTop"> + <widget class="QLabel" name="label_2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>TextLabel</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QWidget" name="horizontalWidget" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item alignment="Qt::AlignLeft"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Status: </string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_4"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>TextLabel</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Signer(s) List: </string> + </property> + </widget> + </item> + <item> + <widget class="QTabWidget" name="tabWidget"> + <property name="currentIndex"> + <number>1</number> + </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> + <item> + <widget class="Line" name="line_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |