Initial commit
[keepassx] / src / forms / DatabaseSettingsDlg.ui
1 <ui version="4.0" >
2  <class>DatabaseSettingsDlg</class>
3  <widget class="QDialog" name="DatabaseSettingsDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>440</width>
9     <height>213</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize" >
19    <size>
20     <width>440</width>
21     <height>0</height>
22    </size>
23   </property>
24   <property name="windowTitle" >
25    <string>Database Settings</string>
26   </property>
27   <layout class="QVBoxLayout" >
28    <item>
29     <spacer>
30      <property name="orientation" >
31       <enum>Qt::Vertical</enum>
32      </property>
33      <property name="sizeType" >
34       <enum>QSizePolicy::Fixed</enum>
35      </property>
36      <property name="sizeHint" stdset="0" >
37       <size>
38        <width>20</width>
39        <height>50</height>
40       </size>
41      </property>
42     </spacer>
43    </item>
44    <item>
45     <widget class="QGroupBox" name="groupBox1" >
46      <property name="title" >
47       <string>Encryption</string>
48      </property>
49      <layout class="QGridLayout" >
50       <property name="horizontalSpacing" >
51        <number>15</number>
52       </property>
53       <item row="0" column="0" >
54        <widget class="QLabel" name="textLabel2" >
55         <property name="text" >
56          <string>Algorithm:</string>
57         </property>
58        </widget>
59       </item>
60       <item row="0" column="1" >
61        <widget class="QComboBox" name="ComboAlgo" />
62       </item>
63       <item row="1" column="0" >
64        <widget class="QLabel" name="textLabel3" >
65         <property name="text" >
66          <string>Encryption Rounds:</string>
67         </property>
68        </widget>
69       </item>
70       <item row="1" column="1" >
71        <layout class="QHBoxLayout" >
72         <item>
73          <widget class="QLineEdit" name="EditRounds" />
74         </item>
75         <item>
76          <widget class="QPushButton" name="ButtonBench" >
77           <property name="sizePolicy" >
78            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
79             <horstretch>0</horstretch>
80             <verstretch>0</verstretch>
81            </sizepolicy>
82           </property>
83           <property name="toolTip" >
84            <string>Calculate rounds for a 1-second delay on this computer</string>
85           </property>
86           <property name="text" >
87            <string/>
88           </property>
89          </widget>
90         </item>
91        </layout>
92       </item>
93      </layout>
94     </widget>
95    </item>
96    <item>
97     <widget class="QDialogButtonBox" name="ButtonBox" >
98      <property name="standardButtons" >
99       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
100      </property>
101     </widget>
102    </item>
103   </layout>
104  </widget>
105  <layoutdefault spacing="6" margin="11" />
106  <tabstops>
107   <tabstop>ComboAlgo</tabstop>
108   <tabstop>EditRounds</tabstop>
109   <tabstop>ButtonBench</tabstop>
110   <tabstop>ButtonBox</tabstop>
111  </tabstops>
112  <resources/>
113  <connections/>
114 </ui>