source: psi/trunk/src/options/ui_options.ui

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

Imported original Psi 0.10 sources from Affinix

File size: 7.2 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>OptionsUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>OptionsUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>408</width>
12 <height>292</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Options</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>layout4</cstring>
25 </property>
26 <hbox>
27 <property name="name">
28 <cstring>unnamed</cstring>
29 </property>
30 <widget class="QListView">
31 <column>
32 <property name="text">
33 <string></string>
34 </property>
35 <property name="clickable">
36 <bool>true</bool>
37 </property>
38 <property name="resizable">
39 <bool>true</bool>
40 </property>
41 </column>
42 <property name="name">
43 <cstring>lv_tabs</cstring>
44 </property>
45 <property name="sizePolicy">
46 <sizepolicy>
47 <hsizetype>4</hsizetype>
48 <vsizetype>7</vsizetype>
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="resizeMode">
54 <enum>LastColumn</enum>
55 </property>
56 </widget>
57 <widget class="QLayoutWidget">
58 <property name="name">
59 <cstring>layout3</cstring>
60 </property>
61 <vbox>
62 <property name="name">
63 <cstring>unnamed</cstring>
64 </property>
65 <widget class="FancyLabel">
66 <property name="name">
67 <cstring>lb_pageTitle</cstring>
68 </property>
69 </widget>
70 <widget class="QWidgetStack">
71 <property name="name">
72 <cstring>ws_tabs</cstring>
73 </property>
74 <property name="sizePolicy">
75 <sizepolicy>
76 <hsizetype>7</hsizetype>
77 <vsizetype>3</vsizetype>
78 <horstretch>0</horstretch>
79 <verstretch>0</verstretch>
80 </sizepolicy>
81 </property>
82 <widget class="QWidget">
83 <property name="name">
84 <cstring>WStackPage</cstring>
85 </property>
86 <attribute name="id">
87 <number>0</number>
88 </attribute>
89 </widget>
90 </widget>
91 </vbox>
92 </widget>
93 </hbox>
94 </widget>
95 <widget class="Line">
96 <property name="name">
97 <cstring>line1</cstring>
98 </property>
99 <property name="frameShape">
100 <enum>HLine</enum>
101 </property>
102 <property name="frameShadow">
103 <enum>Sunken</enum>
104 </property>
105 <property name="orientation">
106 <enum>Horizontal</enum>
107 </property>
108 </widget>
109 <widget class="QLayoutWidget">
110 <property name="name">
111 <cstring>layout1</cstring>
112 </property>
113 <hbox>
114 <property name="name">
115 <cstring>unnamed</cstring>
116 </property>
117 <spacer>
118 <property name="name">
119 <cstring>spacer1</cstring>
120 </property>
121 <property name="orientation">
122 <enum>Horizontal</enum>
123 </property>
124 <property name="sizeType">
125 <enum>Expanding</enum>
126 </property>
127 <property name="sizeHint">
128 <size>
129 <width>40</width>
130 <height>20</height>
131 </size>
132 </property>
133 </spacer>
134 <widget class="IconButton">
135 <property name="name">
136 <cstring>iconButton1</cstring>
137 </property>
138 <property name="text">
139 <string>&amp;OK</string>
140 </property>
141 <property name="accel">
142 <string>Alt+O</string>
143 </property>
144 </widget>
145 <widget class="IconButton">
146 <property name="name">
147 <cstring>pb_apply</cstring>
148 </property>
149 <property name="text">
150 <string>&amp;Apply</string>
151 </property>
152 <property name="accel">
153 <string>Alt+A</string>
154 </property>
155 </widget>
156 <widget class="IconButton">
157 <property name="name">
158 <cstring>iconButton3</cstring>
159 </property>
160 <property name="text">
161 <string>&amp;Cancel</string>
162 </property>
163 <property name="accel">
164 <string>Alt+C</string>
165 </property>
166 </widget>
167 </hbox>
168 </widget>
169 </vbox>
170</widget>
171<connections>
172 <connection>
173 <sender>iconButton1</sender>
174 <signal>clicked()</signal>
175 <receiver>OptionsUI</receiver>
176 <slot>doOk()</slot>
177 </connection>
178 <connection>
179 <sender>pb_apply</sender>
180 <signal>clicked()</signal>
181 <receiver>OptionsUI</receiver>
182 <slot>doApply()</slot>
183 </connection>
184 <connection>
185 <sender>iconButton3</sender>
186 <signal>clicked()</signal>
187 <receiver>OptionsUI</receiver>
188 <slot>reject()</slot>
189 </connection>
190</connections>
191<slots>
192 <slot>doOk()</slot>
193 <slot>doApply()</slot>
194</slots>
195<layoutdefaults spacing="6" margin="11"/>
196<includehints>
197 <includehint>fancylabel.h</includehint>
198 <includehint>iconwidget.h</includehint>
199 <includehint>iconwidget.h</includehint>
200 <includehint>iconwidget.h</includehint>
201</includehints>
202</UI>
Note: See TracBrowser for help on using the repository browser.