Initial commit
[keepassx] / src / forms / SearchDlg.ui
1 <ui version="4.0" >
2  <class>Search_Dlg</class>
3  <widget class="QDialog" name="Search_Dlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>458</width>
9     <height>306</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>390</width>
15     <height>0</height>
16    </size>
17   </property>
18   <property name="windowTitle" >
19    <string>Search...</string>
20   </property>
21   <layout class="QVBoxLayout" >
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <spacer>
27      <property name="orientation" >
28       <enum>Qt::Vertical</enum>
29      </property>
30      <property name="sizeType" >
31       <enum>QSizePolicy::Fixed</enum>
32      </property>
33      <property name="sizeHint" stdset="0" >
34       <size>
35        <width>20</width>
36        <height>50</height>
37       </size>
38      </property>
39     </spacer>
40    </item>
41    <item>
42     <layout class="QGridLayout" >
43      <property name="spacing" >
44       <number>4</number>
45      </property>
46      <item row="1" column="0" >
47       <spacer>
48        <property name="orientation" >
49         <enum>Qt::Horizontal</enum>
50        </property>
51        <property name="sizeType" >
52         <enum>QSizePolicy::Maximum</enum>
53        </property>
54        <property name="sizeHint" stdset="0" >
55         <size>
56          <width>40</width>
57          <height>20</height>
58         </size>
59        </property>
60       </spacer>
61      </item>
62      <item row="2" column="0" colspan="2" >
63       <widget class="QGroupBox" name="groupBox1" >
64        <property name="title" >
65         <string>Include:</string>
66        </property>
67        <layout class="QGridLayout" >
68         <property name="spacing" >
69          <number>6</number>
70         </property>
71         <item row="0" column="1" >
72          <widget class="QCheckBox" name="checkBox_Password" >
73           <property name="text" >
74            <string>Pass&amp;words</string>
75           </property>
76          </widget>
77         </item>
78         <item row="1" column="2" >
79          <widget class="QCheckBox" name="checkBox_Attachment" >
80           <property name="text" >
81            <string>A&amp;nhang</string>
82           </property>
83          </widget>
84         </item>
85         <item row="0" column="2" >
86          <widget class="QCheckBox" name="checkBox_URL" >
87           <property name="text" >
88            <string>U&amp;RLs</string>
89           </property>
90          </widget>
91         </item>
92         <item row="1" column="1" >
93          <widget class="QCheckBox" name="checkBox_Comment" >
94           <property name="text" >
95            <string>C&amp;omments</string>
96           </property>
97          </widget>
98         </item>
99         <item row="1" column="0" >
100          <widget class="QCheckBox" name="checkBox_Username" >
101           <property name="text" >
102            <string>&amp;Usernames</string>
103           </property>
104          </widget>
105         </item>
106         <item row="0" column="0" >
107          <widget class="QCheckBox" name="checkBox_Title" >
108           <property name="text" >
109            <string>&amp;Titles</string>
110           </property>
111          </widget>
112         </item>
113        </layout>
114       </widget>
115      </item>
116      <item row="1" column="1" >
117       <layout class="QVBoxLayout" >
118        <property name="spacing" >
119         <number>0</number>
120        </property>
121        <item>
122         <widget class="QCheckBox" name="checkBox_Cs" >
123          <property name="text" >
124           <string>&amp;Case Sensitive</string>
125          </property>
126         </widget>
127        </item>
128        <item>
129         <widget class="QCheckBox" name="checkBox_regExp" >
130          <property name="text" >
131           <string>Regular E&amp;xpression</string>
132          </property>
133         </widget>
134        </item>
135        <item>
136         <widget class="QCheckBox" name="checkBox_Recursive" >
137          <property name="text" >
138           <string>Include Subgroups (recursive)</string>
139          </property>
140         </widget>
141        </item>
142       </layout>
143      </item>
144      <item row="0" column="1" >
145       <widget class="QLineEdit" name="Edit_Search" />
146      </item>
147      <item row="0" column="0" >
148       <widget class="QLabel" name="textLabel1" >
149        <property name="text" >
150         <string>Search For:</string>
151        </property>
152       </widget>
153      </item>
154     </layout>
155    </item>
156    <item>
157     <spacer>
158      <property name="orientation" >
159       <enum>Qt::Vertical</enum>
160      </property>
161      <property name="sizeHint" stdset="0" >
162       <size>
163        <width>20</width>
164        <height>40</height>
165       </size>
166      </property>
167     </spacer>
168    </item>
169    <item>
170     <widget class="QDialogButtonBox" name="ButtonBox" >
171      <property name="standardButtons" >
172       <set>QDialogButtonBox::Close</set>
173      </property>
174     </widget>
175    </item>
176   </layout>
177  </widget>
178  <layoutdefault spacing="6" margin="11" />
179  <tabstops>
180   <tabstop>Edit_Search</tabstop>
181   <tabstop>checkBox_Cs</tabstop>
182   <tabstop>checkBox_regExp</tabstop>
183   <tabstop>checkBox_Recursive</tabstop>
184   <tabstop>checkBox_Title</tabstop>
185   <tabstop>checkBox_Username</tabstop>
186   <tabstop>checkBox_Password</tabstop>
187   <tabstop>checkBox_Comment</tabstop>
188   <tabstop>checkBox_URL</tabstop>
189   <tabstop>checkBox_Attachment</tabstop>
190   <tabstop>ButtonBox</tabstop>
191  </tabstops>
192  <resources/>
193  <connections/>
194 </ui>