|
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1"> |
|
2 <class>PageEditDialog</class> |
|
3 <widget class="QDialog"> |
|
4 <property name="name"> |
|
5 <cstring>PageEditDialog</cstring> |
|
6 </property> |
|
7 <property name="geometry"> |
|
8 <rect> |
|
9 <x>0</x> |
|
10 <y>0</y> |
|
11 <width>372</width> |
|
12 <height>129</height> |
|
13 </rect> |
|
14 </property> |
|
15 <property name="caption"> |
|
16 <string>Page Properties</string> |
|
17 </property> |
|
18 <property name="sizeGripEnabled"> |
|
19 <bool>true</bool> |
|
20 </property> |
|
21 <grid> |
|
22 <property name="name"> |
|
23 <cstring>unnamed</cstring> |
|
24 </property> |
|
25 <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2"> |
|
26 <property name="name"> |
|
27 <cstring>layout1</cstring> |
|
28 </property> |
|
29 <hbox> |
|
30 <property name="name"> |
|
31 <cstring>unnamed</cstring> |
|
32 </property> |
|
33 <spacer> |
|
34 <property name="name"> |
|
35 <cstring>spacer1</cstring> |
|
36 </property> |
|
37 <property name="orientation"> |
|
38 <enum>Horizontal</enum> |
|
39 </property> |
|
40 <property name="sizeType"> |
|
41 <enum>Expanding</enum> |
|
42 </property> |
|
43 <property name="sizeHint"> |
|
44 <size> |
|
45 <width>40</width> |
|
46 <height>20</height> |
|
47 </size> |
|
48 </property> |
|
49 </spacer> |
|
50 <widget class="QPushButton"> |
|
51 <property name="name"> |
|
52 <cstring>okButton</cstring> |
|
53 </property> |
|
54 <property name="text"> |
|
55 <string>OK</string> |
|
56 </property> |
|
57 <property name="default"> |
|
58 <bool>true</bool> |
|
59 </property> |
|
60 </widget> |
|
61 <widget class="QPushButton"> |
|
62 <property name="name"> |
|
63 <cstring>cancelButton</cstring> |
|
64 </property> |
|
65 <property name="text"> |
|
66 <string>Cancel</string> |
|
67 </property> |
|
68 </widget> |
|
69 </hbox> |
|
70 </widget> |
|
71 <widget class="QLabel" row="2" column="0"> |
|
72 <property name="name"> |
|
73 <cstring>minorLabel</cstring> |
|
74 </property> |
|
75 <property name="text"> |
|
76 <string>Mi&nor Tab:</string> |
|
77 </property> |
|
78 <property name="buddy" stdset="0"> |
|
79 <cstring>minorEdit</cstring> |
|
80 </property> |
|
81 </widget> |
|
82 <widget class="QLineEdit" row="1" column="1"> |
|
83 <property name="name"> |
|
84 <cstring>majorEdit</cstring> |
|
85 </property> |
|
86 </widget> |
|
87 <widget class="QLabel" row="1" column="0"> |
|
88 <property name="name"> |
|
89 <cstring>majorLabel</cstring> |
|
90 </property> |
|
91 <property name="text"> |
|
92 <string>&Major Tab:</string> |
|
93 </property> |
|
94 <property name="buddy" stdset="0"> |
|
95 <cstring>majorEdit</cstring> |
|
96 </property> |
|
97 </widget> |
|
98 <widget class="QLineEdit" row="2" column="1"> |
|
99 <property name="name"> |
|
100 <cstring>minorEdit</cstring> |
|
101 </property> |
|
102 </widget> |
|
103 <widget class="QLineEdit" row="0" column="1"> |
|
104 <property name="name"> |
|
105 <cstring>titleEdit</cstring> |
|
106 </property> |
|
107 </widget> |
|
108 <widget class="QLabel" row="0" column="0"> |
|
109 <property name="name"> |
|
110 <cstring>titleLabel</cstring> |
|
111 </property> |
|
112 <property name="text"> |
|
113 <string>&Label:</string> |
|
114 </property> |
|
115 <property name="buddy" stdset="0"> |
|
116 <cstring>titleEdit</cstring> |
|
117 </property> |
|
118 </widget> |
|
119 </grid> |
|
120 </widget> |
|
121 <connections> |
|
122 <connection> |
|
123 <sender>okButton</sender> |
|
124 <signal>clicked()</signal> |
|
125 <receiver>PageEditDialog</receiver> |
|
126 <slot>accept()</slot> |
|
127 </connection> |
|
128 <connection> |
|
129 <sender>cancelButton</sender> |
|
130 <signal>clicked()</signal> |
|
131 <receiver>PageEditDialog</receiver> |
|
132 <slot>reject()</slot> |
|
133 </connection> |
|
134 </connections> |
|
135 <tabstops> |
|
136 <tabstop>titleEdit</tabstop> |
|
137 <tabstop>majorEdit</tabstop> |
|
138 <tabstop>minorEdit</tabstop> |
|
139 <tabstop>okButton</tabstop> |
|
140 <tabstop>cancelButton</tabstop> |
|
141 </tabstops> |
|
142 <layoutdefaults spacing="6" margin="11"/> |
|
143 </UI> |