diff options
Diffstat (limited to '')
-rw-r--r-- | ui/AppearanceSettings.ui | 192 | ||||
-rw-r--r-- | ui/GeneralSettings.ui | 40 | ||||
-rw-r--r-- | ui/GnuPGInfo.ui | 96 | ||||
-rw-r--r-- | ui/KeyServerImportDialog.ui | 149 |
4 files changed, 477 insertions, 0 deletions
diff --git a/ui/AppearanceSettings.ui b/ui/AppearanceSettings.ui new file mode 100644 index 00000000..e49772c7 --- /dev/null +++ b/ui/AppearanceSettings.ui @@ -0,0 +1,192 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>AppearanceSettings</class> + <widget class="QWidget" name="AppearanceSettings"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>560</width> + <height>694</height> + </rect> + </property> + <property name="windowTitle"> + <string>Appearance Settings</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QGroupBox" name="iconSizeBox"> + <property name="title"> + <string>Icon Size</string> + </property> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QRadioButton" name="smallRadioButton"> + <property name="text"> + <string>small</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="mediumRadioButton"> + <property name="text"> + <string>medium</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="largeRadioButton"> + <property name="text"> + <string>large</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="iconStyleBox"> + <property name="title"> + <string>Icon Style</string> + </property> + <layout class="QGridLayout" name="gridLayout_3"> + <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QRadioButton" name="justTextRadioButton"> + <property name="text"> + <string>just text</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="justIconRadioButton"> + <property name="text"> + <string>just icons</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="textAndIconsRadioButton"> + <property name="text"> + <string>text and icons</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="windowStateBox"> + <property name="title"> + <string>Window State</string> + </property> + <layout class="QGridLayout" name="gridLayout_4"> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> + <widget class="QCheckBox" name="windowStateCheckBox"> + <property name="text"> + <string>Save window size and position on exit.</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="textEditorBox"> + <property name="title"> + <string>Text Editor</string> + </property> + <layout class="QGridLayout" name="gridLayout_8"> + <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_5"> + <item> + <widget class="QLabel" name="fontSizeTextEditorLabel"> + <property name="text"> + <string>Font Size in Text Editor</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="fontSizeTextEditorLabelSpinBox"> + <property name="minimum"> + <number>9</number> + </property> + <property name="maximum"> + <number>18</number> + </property> + <property name="value"> + <number>10</number> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="informationBoardBox"> + <property name="title"> + <string>Information Board</string> + </property> + <layout class="QGridLayout" name="gridLayout_6"> + <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="fontSizeInformationBoardLabel"> + <property name="text"> + <string>Font Size in Information Board</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="fontSizeInformationBoardSpinBox"> + <property name="minimum"> + <number>9</number> + </property> + <property name="maximum"> + <number>18</number> + </property> + <property name="value"> + <number>10</number> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </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> diff --git a/ui/GeneralSettings.ui b/ui/GeneralSettings.ui index 4bfb5f43..4121e762 100644 --- a/ui/GeneralSettings.ui +++ b/ui/GeneralSettings.ui @@ -124,6 +124,46 @@ </widget> </item> <item> + <widget class="QGroupBox" name="gnupgDatabaseBox"> + <property name="title"> + <string>GnuPG Key Database Path</string> + </property> + <layout class="QGridLayout" name="gridLayout_7"> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout_7"> + <item> + <widget class="QCheckBox" name="keyDatabseUseCustomCheckBox"> + <property name="text"> + <string>Use Custom Path</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="currentKeyDatabasePathLabel"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="customKeyDatabasePathSelectButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Select Custom Path</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> diff --git a/ui/GnuPGInfo.ui b/ui/GnuPGInfo.ui new file mode 100644 index 00000000..f907874f --- /dev/null +++ b/ui/GnuPGInfo.ui @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>GnuPGInfo</class> + <widget class="QWidget" name="GnuPGInfo"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>535</width> + <height>568</height> + </rect> + </property> + <property name="windowTitle"> + <string>GnuPG Info</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0"> + <property name="leftMargin"> + <number>5</number> + </property> + <property name="topMargin"> + <number>5</number> + </property> + <property name="rightMargin"> + <number>5</number> + </property> + <property name="bottomMargin"> + <number>5</number> + </property> + <item> + <widget class="QLabel" name="label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string/> + </property> + <property name="pixmap"> + <pixmap resource="../gpgfrontend.qrc">:/gnupg.png</pixmap> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + <property name="margin"> + <number>10</number> + </property> + </widget> + </item> + <item> + <widget class="Line" name="line"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="componentDetailsTableTitle"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Components Information</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + <property name="margin"> + <number>5</number> + </property> + </widget> + </item> + <item> + <widget class="QTableWidget" name="conponentDetailsTable"/> + </item> + </layout> + </item> + </layout> + </widget> + <resources> + <include location="../gpgfrontend.qrc"/> + </resources> + <connections/> +</ui> diff --git a/ui/KeyServerImportDialog.ui b/ui/KeyServerImportDialog.ui new file mode 100644 index 00000000..2600d06a --- /dev/null +++ b/ui/KeyServerImportDialog.ui @@ -0,0 +1,149 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>KeyServerImportDialog</class> + <widget class="QDialog" name="KeyServerImportDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>559</width> + <height>428</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> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Search String</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QComboBox" name="comboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="pushButton"> + <property name="text"> + <string>Search</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QTableWidget" name="tableWidget"/> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_3"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>ICON</string> + </property> + </widget> + </item> + <item> + <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>Message</string> + </property> + </widget> + </item> + <item> + <widget class="QProgressBar" name="progressBar"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="value"> + <number>24</number> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>KeyServerImportDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>KeyServerImportDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui> |