summaryrefslogtreecommitdiffstats
path: root/configdialog.ui
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-21 13:20:05 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-21 13:20:05 +0100
commit95fa28629670b6525a4fbf46226c834cf1b902a8 (patch)
treefae44ff549f91a76feb35c3c8b72ee687dc24095 /configdialog.ui
parenta1d476888d4f066586dea6a0635b9bc96f238047 (diff)
double items removed
Diffstat (limited to 'configdialog.ui')
-rw-r--r--configdialog.ui212
1 files changed, 11 insertions, 201 deletions
diff --git a/configdialog.ui b/configdialog.ui
index a2d1c07e..8588993c 100644
--- a/configdialog.ui
+++ b/configdialog.ui
@@ -577,207 +577,17 @@
</widget>
</item>
<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>
- <item row="6" column="3">
- <widget class="QCheckBox" name="checkBoxAlwaysOnTop">
- <property name="text">
- <string>Always on top</string>
- </property>
- </widget>
- </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>