summaryrefslogtreecommitdiffstats
path: root/configdialog.ui
diff options
context:
space:
mode:
authorJonathan Klimt <brouwer@annejan.com>2015-12-20 01:50:59 +0100
committerJonathan Klimt <jounathaen@mail.de>2015-12-20 01:50:59 +0100
commitb60f39ef0b1493327e727b1c2b2758616f4fb707 (patch)
tree98fcaa1647f6417f16cf2bcf0bf30c189a438219 /configdialog.ui
parent5fa64d1b4c751fdbb1f3a396ee8e193748c73d89 (diff)
Changed the Configdialouge UI
Diffstat (limited to 'configdialog.ui')
-rw-r--r--configdialog.ui645
1 files changed, 417 insertions, 228 deletions
diff --git a/configdialog.ui b/configdialog.ui
index 8ed49843..025e55fe 100644
--- a/configdialog.ui
+++ b/configdialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>704</width>
- <height>309</height>
+ <height>527</height>
</rect>
</property>
<property name="windowTitle">
@@ -29,9 +29,391 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>1</number>
+ <number>0</number>
</property>
- <widget class="QWidget" name="tab_3">
+ <widget class="QWidget" name="Tab_Settings">
+ <attribute name="title">
+ <string>Settings</string>
+ </attribute>
+ <layout class="QVBoxLayout" name="verticalLayout_5">
+ <property name="leftMargin">
+ <number>6</number>
+ </property>
+ <property name="topMargin">
+ <number>6</number>
+ </property>
+ <property name="rightMargin">
+ <number>6</number>
+ </property>
+ <property name="bottomMargin">
+ <number>6</number>
+ </property>
+ <item>
+ <layout class="QVBoxLayout" name="Layout_Clipboard">
+ <item>
+ <widget class="QLabel" name="label_8">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Clipboard behaviour:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QComboBox" name="comboBoxClipboard">
+ <property name="minimumSize">
+ <size>
+ <width>140</width>
+ <height>0</height>
+ </size>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxAutoclear">
+ <property name="text">
+ <string>Autoclear after:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="spinBoxAutoclearSeconds">
+ <property name="minimum">
+ <number>5</number>
+ </property>
+ <property name="value">
+ <number>10</number>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="labelSeconds">
+ <property name="text">
+ <string>Seconds</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_4">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="Layout_PasswordBehaviour">
+ <item>
+ <widget class="QLabel" name="label_6">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Password Behaviour:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_6">
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QCheckBox" name="checkBoxHideContent">
+ <property name="text">
+ <string>Hide content</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxHidePassword">
+ <property name="text">
+ <string>Hide password</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_7">
+ <item>
+ <widget class="QCheckBox" name="checkBoxAutoclearPanel">
+ <property name="text">
+ <string>Autoclear panel after:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="spinBoxAutoclearPanelSeconds">
+ <property name="minimum">
+ <number>5</number>
+ </property>
+ <property name="value">
+ <number>10</number>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="labelPanelSeconds">
+ <property name="minimumSize">
+ <size>
+ <width>55</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Seconds</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="Layout_PasswordGeneration">
+ <item>
+ <widget class="QLabel" name="label_4">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Password Generation:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_13">
+ <item>
+ <widget class="QLabel" name="label_7">
+ <property name="text">
+ <string>Password Length:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="spinBoxPasswordLength">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>50</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="minimum">
+ <number>8</number>
+ </property>
+ <property name="value">
+ <number>16</number>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="labelLength">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Characters</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QLabel" name="labelPasswordChars">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Use characters:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="lineEditPasswordChars">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_10">
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QCheckBox" name="checkBoxUsePwgen">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Use pwgen</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxUseSymbols">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Include special symbols </string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="Layout_Git">
+ <item>
+ <widget class="QLabel" name="label_3">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Git:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxUseGit">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Use git</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_12">
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QCheckBox" name="checkBoxAddGPGId">
+ <property name="text">
+ <string>Automatically add .gpg-id files</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxAutoPush">
+ <property name="text">
+ <string>Automatically push</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxAutoPull">
+ <property name="text">
+ <string>Automatically pull</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="Layout_System">
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QLabel" name="label_5">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>System:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_11">
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QCheckBox" name="checkBoxUseTrayIcon">
+ <property name="text">
+ <string>Use TrayIcon</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxStartMinimized">
+ <property name="text">
+ <string>Start minimized</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="checkBoxHideOnClose">
+ <property name="text">
+ <string>Hide on close</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="Tab_Programs">
<attribute name="title">
<string>Programs</string>
</attribute>
@@ -49,6 +431,13 @@
<number>6</number>
</property>
<item>
+ <widget class="QLabel" name="label_9">
+ <property name="text">
+ <string>Select password storage program:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QRadioButton" name="radioButtonNative">
@@ -187,224 +576,22 @@
</layout>
</widget>
</item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_4">
- <attribute name="title">
- <string>Settings</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <property name="leftMargin">
- <number>6</number>
- </property>
- <property name="topMargin">
- <number>6</number>
- </property>
- <property name="rightMargin">
- <number>6</number>
- </property>
- <property name="bottomMargin">
- <number>6</number>
- </property>
<item>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="4" column="3">
- <layout class="QHBoxLayout" name="horizontalLayout_6">
- <item>
- <widget class="QSpinBox" name="spinBoxPasswordLength">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="minimum">
- <number>8</number>
- </property>
- <property name="value">
- <number>16</number>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="labelLength">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Characters</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="4" column="0">
- <widget class="QCheckBox" name="checkBoxUsePwgen">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Use pwgen</string>
- </property>
- </widget>
- </item>
- <item row="0" column="3">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QSpinBox" name="spinBoxAutoclearSeconds">
- <property name="minimum">
- <number>5</number>
- </property>
- <property name="value">
- <number>10</number>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="labelSeconds">
- <property name="text">
- <string>Seconds</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="1" column="2">
- <widget class="QCheckBox" name="checkBoxAutoclearPanel">
- <property name="text">
- <string>Autoclear panel</string>
- </property>
- </widget>
- </item>
- <item row="1" column="3">
- <layout class="QHBoxLayout" name="horizontalLayout_7">
- <item>
- <widget class="QSpinBox" name="spinBoxAutoclearPanelSeconds">
- <property name="minimum">
- <number>5</number>
- </property>
- <property name="value">
- <number>10</number>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="labelPanelSeconds">
- <property name="text">
- <string>Seconds</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="1" column="0">
- <widget class="QCheckBox" name="checkBoxHidePassword">
- <property name="text">
- <string>Hide password</string>
- </property>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QCheckBox" name="checkBoxUseTrayIcon">
- <property name="text">
- <string>Use TrayIcon</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QCheckBox" name="checkBoxHideContent">
- <property name="text">
- <string>Hide content</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QCheckBox" name="checkBoxUseGit">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Use git</string>
- </property>
- </widget>
- </item>
- <item row="6" column="1">
- <widget class="QCheckBox" name="checkBoxHideOnClose">
- <property name="text">
- <string>Hide on close</string>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QCheckBox" name="checkBoxUseSymbols">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Include special symbols </string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QCheckBox" name="checkBoxAutoclear">
- <property name="text">
- <string>Autoclear</string>
- </property>
- </widget>
- </item>
- <item row="5" column="1" colspan="3">
- <widget class="QLineEdit" name="lineEditPasswordChars">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789</string>
- </property>
- </widget>
- </item>
- <item row="6" column="2">
- <widget class="QCheckBox" name="checkBoxStartMinimized">
- <property name="text">
- <string>Start minimized</string>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <widget class="QLabel" name="labelPasswordChars">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Use characters</string>
- </property>
- </widget>
- </item>
- <item row="2" column="3">
- <widget class="QCheckBox" name="checkBoxAddGPGId">
- <property name="text">
- <string>Automatically add .gpg-id files</string>
- </property>
- </widget>
- </item>
- <item row="2" column="2">
- <widget class="QCheckBox" name="checkBoxAutoPush">
- <property name="text">
- <string>Automatically push</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="checkBoxAutoPull">
- <property name="text">
- <string>Automatically pull</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QComboBox" name="comboBoxClipboard"/>
- </item>
- </layout>
+ <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>
</widget>
- <widget class="QWidget" name="tab_5">
+ <widget class="QWidget" name="Tab_Profiles">
<attribute name="title">
<string>Profiles</string>
</attribute>
@@ -487,7 +674,7 @@
</item>
</layout>
</widget>
- <widget class="QWidget" name="tab">
+ <widget class="QWidget" name="Tab_Template">
<attribute name="title">
<string>Template</string>
</attribute>
@@ -505,6 +692,13 @@
<number>6</number>
</property>
<item>
+ <widget class="QLabel" name="label_2">
+ <property name="text">
+ <string>Templates add extra fields in the password generation dialouge and in the password view.</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QCheckBox" name="checkBoxUseTemplate">
@@ -515,6 +709,9 @@
</item>
<item>
<widget class="QCheckBox" name="checkBoxTemplateAllFields">
+ <property name="toolTip">
+ <string>Show all lines beginning with a word followed by a colon as fields in password fields, not only the listed ones</string>
+ </property>
<property name="text">
<string>Show all fields templated</string>
</property>
@@ -526,7 +723,8 @@
<widget class="QPlainTextEdit" name="plainTextEditTemplate">
<property name="plainText">
<string>login
-url</string>
+url
+email</string>
</property>
</widget>
</item>
@@ -585,15 +783,6 @@ url</string>
<tabstop>toolButtonPwgen</tabstop>
<tabstop>passPath</tabstop>
<tabstop>toolButtonPass</tabstop>
- <tabstop>checkBoxAutoclear</tabstop>
- <tabstop>spinBoxAutoclearSeconds</tabstop>
- <tabstop>checkBoxAutoclearPanel</tabstop>
- <tabstop>spinBoxAutoclearPanelSeconds</tabstop>
- <tabstop>checkBoxHidePassword</tabstop>
- <tabstop>checkBoxHideContent</tabstop>
- <tabstop>checkBoxUseGit</tabstop>
- <tabstop>checkBoxUseTrayIcon</tabstop>
- <tabstop>checkBoxHideOnClose</tabstop>
<tabstop>profileTable</tabstop>
<tabstop>addButton</tabstop>
<tabstop>deleteButton</tabstop>