source: trunk/examples/network/archivesearch/archivedialog.ui

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 5.1 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>ArchiveDialog</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>ArchiveDialog</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>673</width>
12 <height>561</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Qt-interest Archive Search Tool</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <widget class="QLayoutWidget">
23 <property name="name">
24 <cstring>layout1</cstring>
25 </property>
26 <hbox>
27 <property name="name">
28 <cstring>unnamed</cstring>
29 </property>
30 <widget class="QLabel">
31 <property name="name">
32 <cstring>myTextLabel</cstring>
33 </property>
34 <property name="text">
35 <string>Search phrase</string>
36 </property>
37 </widget>
38 <widget class="QLineEdit">
39 <property name="name">
40 <cstring>myLineEdit</cstring>
41 </property>
42 </widget>
43 </hbox>
44 </widget>
45 <widget class="QSplitter">
46 <property name="name">
47 <cstring>splitter1</cstring>
48 </property>
49 <property name="orientation">
50 <enum>Horizontal</enum>
51 </property>
52 <widget class="QListView">
53 <column>
54 <property name="text">
55 <string>Matching documents</string>
56 </property>
57 <property name="clickable">
58 <bool>true</bool>
59 </property>
60 <property name="resizable">
61 <bool>true</bool>
62 </property>
63 </column>
64 <property name="name">
65 <cstring>myListView</cstring>
66 </property>
67 </widget>
68 <widget class="QTextBrowser">
69 <property name="name">
70 <cstring>myTextBrowser</cstring>
71 </property>
72 </widget>
73 </widget>
74 <widget class="QLayoutWidget">
75 <property name="name">
76 <cstring>layout3</cstring>
77 </property>
78 <hbox>
79 <property name="name">
80 <cstring>unnamed</cstring>
81 </property>
82 <spacer>
83 <property name="name">
84 <cstring>mySpacer</cstring>
85 </property>
86 <property name="orientation">
87 <enum>Horizontal</enum>
88 </property>
89 <property name="sizeType">
90 <enum>Expanding</enum>
91 </property>
92 <property name="sizeHint">
93 <size>
94 <width>281</width>
95 <height>21</height>
96 </size>
97 </property>
98 </spacer>
99 <widget class="QPushButton">
100 <property name="name">
101 <cstring>myPushButton</cstring>
102 </property>
103 <property name="text">
104 <string>&amp;Quit</string>
105 </property>
106 <property name="autoDefault">
107 <bool>false</bool>
108 </property>
109 </widget>
110 </hbox>
111 </widget>
112 </vbox>
113</widget>
114<includes>
115 <include location="global" impldecl="in declaration">qhttp.h</include>
116 <include location="global" impldecl="in declaration">qurl.h</include>
117 <include location="global" impldecl="in declaration">qmessagebox.h</include>
118 <include location="global" impldecl="in declaration">qapplication.h</include>
119 <include location="global" impldecl="in declaration">qcursor.h</include>
120 <include location="global" impldecl="in declaration">qregexp.h</include>
121 <include location="local" impldecl="in implementation">archivedialog.ui.h</include>
122</includes>
123<variables>
124 <variable access="private">QHttp articleSearcher;</variable>
125 <variable access="private">QHttp articleFetcher;</variable>
126</variables>
127<slots>
128 <slot specifier="non virtual">fetch( QListViewItem * it )</slot>
129 <slot specifier="non virtual">fetchDone( bool error )</slot>
130 <slot specifier="non virtual">search()</slot>
131 <slot specifier="non virtual">searchDone( bool error )</slot>
132</slots>
133<functions>
134 <function access="private" specifier="non virtual">init()</function>
135</functions>
136<layoutdefaults spacing="6" margin="11"/>
137</UI>
Note: See TracBrowser for help on using the repository browser.