|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>QuickFindFile</class> |
|
4 <widget class="QWidget" name="QuickFindFile"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>599</width> |
|
10 <height>478</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Search Project File</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QLabel" name="textLabel1"> |
|
19 <property name="text"> |
|
20 <string>Type text to match in filenames (up/down to select shown files)</string> |
|
21 </property> |
|
22 </widget> |
|
23 </item> |
|
24 <item> |
|
25 <widget class="QLineEdit" name="fileNameEdit"> |
|
26 <property name="sizePolicy"> |
|
27 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
28 <horstretch>9</horstretch> |
|
29 <verstretch>0</verstretch> |
|
30 </sizepolicy> |
|
31 </property> |
|
32 <property name="toolTip"> |
|
33 <string>Enter search strings separated by a blank</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QTreeWidget" name="fileList"> |
|
39 <property name="rootIsDecorated"> |
|
40 <bool>false</bool> |
|
41 </property> |
|
42 <property name="sortingEnabled"> |
|
43 <bool>true</bool> |
|
44 </property> |
|
45 <column> |
|
46 <property name="text"> |
|
47 <string>Filename</string> |
|
48 </property> |
|
49 </column> |
|
50 <column> |
|
51 <property name="text"> |
|
52 <string>Path</string> |
|
53 </property> |
|
54 </column> |
|
55 </widget> |
|
56 </item> |
|
57 <item> |
|
58 <widget class="QDialogButtonBox" name="buttonBox"> |
|
59 <property name="orientation"> |
|
60 <enum>Qt::Horizontal</enum> |
|
61 </property> |
|
62 <property name="standardButtons"> |
|
63 <set>QDialogButtonBox::Close|QDialogButtonBox::Open</set> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 </layout> |
|
68 </widget> |
|
69 <tabstops> |
|
70 <tabstop>fileNameEdit</tabstop> |
|
71 <tabstop>fileList</tabstop> |
|
72 </tabstops> |
|
73 <resources/> |
|
74 <connections> |
|
75 <connection> |
|
76 <sender>buttonBox</sender> |
|
77 <signal>rejected()</signal> |
|
78 <receiver>QuickFindFile</receiver> |
|
79 <slot>close()</slot> |
|
80 <hints> |
|
81 <hint type="sourcelabel"> |
|
82 <x>40</x> |
|
83 <y>458</y> |
|
84 </hint> |
|
85 <hint type="destinationlabel"> |
|
86 <x>41</x> |
|
87 <y>477</y> |
|
88 </hint> |
|
89 </hints> |
|
90 </connection> |
|
91 </connections> |
|
92 </ui> |