1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PicSearchOptions</class>
4 <widget class="QDialog" name="PicSearchOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>484</width>
10    <height>138</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Search Images</string>
15  </property>
16  <layout class="QGridLayout">
17   <property name="leftMargin">
18    <number>9</number>
19   </property>
20   <property name="topMargin">
21    <number>9</number>
22   </property>
23   <property name="rightMargin">
24    <number>9</number>
25   </property>
26   <property name="bottomMargin">
27    <number>9</number>
28   </property>
29   <item row="0" column="0">
30    <widget class="QLabel" name="textLabel1_2">
31     <property name="text">
32      <string>Search for:</string>
33     </property>
34     <property name="wordWrap">
35      <bool>false</bool>
36     </property>
37     <property name="buddy">
38      <cstring>fileEdit</cstring>
39     </property>
40    </widget>
41   </item>
42   <item row="1" column="0">
43    <widget class="QLabel" name="textLabel1">
44     <property name="text">
45      <string>Start at:</string>
46     </property>
47     <property name="wordWrap">
48      <bool>false</bool>
49     </property>
50     <property name="buddy">
51      <cstring>directoryEdit</cstring>
52     </property>
53    </widget>
54   </item>
55   <item row="1" column="1">
56    <widget class="QLineEdit" name="directoryEdit">
57     <property name="minimumSize">
58      <size>
59       <width>300</width>
60       <height>0</height>
61      </size>
62     </property>
63    </widget>
64   </item>
65   <item row="0" column="1" colspan="2">
66    <widget class="QLineEdit" name="fileEdit"/>
67   </item>
68   <item row="1" column="2">
69    <widget class="QPushButton" name="changeDirButton">
70     <property name="text">
71      <string>Change...</string>
72     </property>
73    </widget>
74   </item>
75   <item row="3" column="0" colspan="3">
76    <layout class="QHBoxLayout">
77     <item>
78      <widget class="QLabel" name="searchLabel">
79       <property name="text">
80        <string>Searching</string>
81       </property>
82       <property name="wordWrap">
83        <bool>false</bool>
84       </property>
85      </widget>
86     </item>
87     <item>
88      <widget class="QProgressBar" name="progressBar1">
89       <property name="minimumSize">
90        <size>
91         <width>0</width>
92         <height>20</height>
93        </size>
94       </property>
95       <property name="maximumSize">
96        <size>
97         <width>250</width>
98         <height>22</height>
99        </size>
100       </property>
101       <property name="orientation">
102        <enum>Qt::Horizontal</enum>
103       </property>
104      </widget>
105     </item>
106     <item>
107      <spacer>
108       <property name="orientation">
109        <enum>Qt::Horizontal</enum>
110       </property>
111       <property name="sizeType">
112        <enum>QSizePolicy::Expanding</enum>
113       </property>
114       <property name="sizeHint" stdset="0">
115        <size>
116         <width>30</width>
117         <height>20</height>
118        </size>
119       </property>
120      </spacer>
121     </item>
122     <item>
123      <widget class="QPushButton" name="startButton">
124       <property name="text">
125        <string>Start Search</string>
126       </property>
127      </widget>
128     </item>
129    </layout>
130   </item>
131   <item row="2" column="0" colspan="3">
132    <layout class="QHBoxLayout">
133     <item>
134      <widget class="QCheckBox" name="caseInsensitiveCheck">
135       <property name="text">
136        <string>Case insensitive search</string>
137       </property>
138      </widget>
139     </item>
140     <item>
141      <widget class="QCheckBox" name="recursiveSearch">
142       <property name="text">
143        <string>Search recursively</string>
144       </property>
145       <property name="checked">
146        <bool>true</bool>
147       </property>
148      </widget>
149     </item>
150     <item>
151      <spacer>
152       <property name="orientation">
153        <enum>Qt::Horizontal</enum>
154       </property>
155       <property name="sizeType">
156        <enum>QSizePolicy::Expanding</enum>
157       </property>
158       <property name="sizeHint" stdset="0">
159        <size>
160         <width>81</width>
161         <height>20</height>
162        </size>
163       </property>
164      </spacer>
165     </item>
166    </layout>
167   </item>
168  </layout>
169 </widget>
170 <resources/>
171 <connections/>
172</ui>
173