|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>ArchiveDialog</class> |
|
7 <widget class="QDialog" name="ArchiveDialog"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>673</width> |
|
13 <height>561</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Qt-interest Archive Search Tool</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout"> |
|
22 <item> |
|
23 <widget class="QLabel" name="myTextLabel"> |
|
24 <property name="text"> |
|
25 <string>Search phrase</string> |
|
26 </property> |
|
27 <property name="wordWrap"> |
|
28 <bool>false</bool> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item> |
|
33 <widget class="QLineEdit" name="myLineEdit"/> |
|
34 </item> |
|
35 </layout> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QSplitter" name="splitter1"> |
|
39 <property name="orientation"> |
|
40 <enum>Qt::Horizontal</enum> |
|
41 </property> |
|
42 <widget class="Q3ListView" name="myListView"> |
|
43 <column> |
|
44 <property name="text"> |
|
45 <string>Matching documents</string> |
|
46 </property> |
|
47 <property name="clickable"> |
|
48 <bool>true</bool> |
|
49 </property> |
|
50 <property name="resizable"> |
|
51 <bool>true</bool> |
|
52 </property> |
|
53 </column> |
|
54 </widget> |
|
55 <widget class="Q3TextBrowser" name="myTextBrowser"/> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <layout class="QHBoxLayout"> |
|
60 <item> |
|
61 <spacer name="mySpacer"> |
|
62 <property name="sizeHint"> |
|
63 <size> |
|
64 <width>281</width> |
|
65 <height>21</height> |
|
66 </size> |
|
67 </property> |
|
68 <property name="sizeType"> |
|
69 <enum>QSizePolicy::Expanding</enum> |
|
70 </property> |
|
71 <property name="orientation"> |
|
72 <enum>Qt::Horizontal</enum> |
|
73 </property> |
|
74 </spacer> |
|
75 </item> |
|
76 <item> |
|
77 <widget class="QPushButton" name="myPushButton"> |
|
78 <property name="text"> |
|
79 <string>&Quit</string> |
|
80 </property> |
|
81 <property name="autoDefault"> |
|
82 <bool>false</bool> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 </layout> |
|
87 </item> |
|
88 </layout> |
|
89 </widget> |
|
90 <layoutdefault spacing="6" margin="11"/> |
|
91 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
92 <includes> |
|
93 <include location="global">q3http.h</include> |
|
94 <include location="global">q3url.h</include> |
|
95 <include location="global">qmessagebox.h</include> |
|
96 <include location="global">qapplication.h</include> |
|
97 <include location="global">qcursor.h</include> |
|
98 <include location="global">qregexp.h</include> |
|
99 </includes> |
|
100 </ui> |