source: trunk/examples/extension/dialogform.ui@ 203

Last change on this file since 203 was 160, checked in by dmik, 19 years ago

Imported table and iconview modules and a bunch of dependent examples from the official release 3.3.1 from Trolltech.

File size: 8.7 KB
Line 
1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>DialogForm</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>DialogForm</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>288</width>
12 <height>145</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Dialog</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>Layout7</cstring>
25 </property>
26 <hbox>
27 <property name="name">
28 <cstring>unnamed</cstring>
29 </property>
30 <widget class="QLayoutWidget">
31 <property name="name">
32 <cstring>Layout5</cstring>
33 </property>
34 <vbox>
35 <property name="name">
36 <cstring>unnamed</cstring>
37 </property>
38 <widget class="QLayoutWidget">
39 <property name="name">
40 <cstring>Layout1</cstring>
41 </property>
42 <vbox>
43 <property name="name">
44 <cstring>unnamed</cstring>
45 </property>
46 <widget class="QCheckBox">
47 <property name="name">
48 <cstring>sessionsCheckBox</cstring>
49 </property>
50 <property name="text">
51 <string>Save/Restore &amp;Sessions</string>
52 </property>
53 <property name="checked">
54 <bool>true</bool>
55 </property>
56 </widget>
57 <widget class="QCheckBox">
58 <property name="name">
59 <cstring>loggingCheckBox</cstring>
60 </property>
61 <property name="text">
62 <string>&amp;Log Activities</string>
63 </property>
64 </widget>
65 </vbox>
66 </widget>
67 <spacer>
68 <property name="name">
69 <cstring>Spacer2</cstring>
70 </property>
71 <property name="orientation">
72 <enum>Vertical</enum>
73 </property>
74 <property name="sizeType">
75 <enum>Expanding</enum>
76 </property>
77 <property name="sizeHint">
78 <size>
79 <width>20</width>
80 <height>0</height>
81 </size>
82 </property>
83 </spacer>
84 <widget class="QLayoutWidget">
85 <property name="name">
86 <cstring>Layout4</cstring>
87 </property>
88 <hbox>
89 <property name="name">
90 <cstring>unnamed</cstring>
91 </property>
92 <widget class="QPushButton">
93 <property name="name">
94 <cstring>detailsPushButton</cstring>
95 </property>
96 <property name="text">
97 <string>&amp;Details &gt;&gt;&gt;</string>
98 </property>
99 </widget>
100 <spacer>
101 <property name="name">
102 <cstring>Spacer4</cstring>
103 </property>
104 <property name="orientation">
105 <enum>Horizontal</enum>
106 </property>
107 <property name="sizeType">
108 <enum>Expanding</enum>
109 </property>
110 <property name="sizeHint">
111 <size>
112 <width>0</width>
113 <height>20</height>
114 </size>
115 </property>
116 </spacer>
117 </hbox>
118 </widget>
119 </vbox>
120 </widget>
121 <widget class="QLayoutWidget">
122 <property name="name">
123 <cstring>Layout3</cstring>
124 </property>
125 <vbox>
126 <property name="name">
127 <cstring>unnamed</cstring>
128 </property>
129 <widget class="QPushButton">
130 <property name="name">
131 <cstring>okPushButton</cstring>
132 </property>
133 <property name="text">
134 <string>OK</string>
135 </property>
136 <property name="default">
137 <bool>true</bool>
138 </property>
139 </widget>
140 <widget class="QPushButton">
141 <property name="name">
142 <cstring>cancelPushButton</cstring>
143 </property>
144 <property name="text">
145 <string>Cancel</string>
146 </property>
147 </widget>
148 <spacer>
149 <property name="name">
150 <cstring>Spacer3</cstring>
151 </property>
152 <property name="orientation">
153 <enum>Vertical</enum>
154 </property>
155 <property name="sizeType">
156 <enum>Expanding</enum>
157 </property>
158 <property name="sizeHint">
159 <size>
160 <width>20</width>
161 <height>0</height>
162 </size>
163 </property>
164 </spacer>
165 </vbox>
166 </widget>
167 </hbox>
168 </widget>
169 </vbox>
170</widget>
171<connections>
172 <connection>
173 <sender>okPushButton</sender>
174 <signal>clicked()</signal>
175 <receiver>DialogForm</receiver>
176 <slot>accept()</slot>
177 </connection>
178 <connection>
179 <sender>cancelPushButton</sender>
180 <signal>clicked()</signal>
181 <receiver>DialogForm</receiver>
182 <slot>reject()</slot>
183 </connection>
184 <connection>
185 <sender>detailsPushButton</sender>
186 <signal>clicked()</signal>
187 <receiver>DialogForm</receiver>
188 <slot>toggleDetails()</slot>
189 </connection>
190</connections>
191<includes>
192 <include location="local" impldecl="in implementation">extension.h</include>
193 <include location="local" impldecl="in implementation">dialogform.ui.h</include>
194</includes>
195<variables>
196 <variable>bool extensionShown;</variable>
197</variables>
198<slots>
199 <slot>toggleDetails()</slot>
200</slots>
201<functions>
202 <function access="private">init()</function>
203</functions>
204<pixmapinproject/>
205<layoutdefaults spacing="6" margin="11"/>
206</UI>
Note: See TracBrowser for help on using the repository browser.