source: trunk/tools/designer/templates/Tab_Dialog.ui

Last change on this file was 197, checked in by rudi, 14 years ago

Added QtDesigner

File size: 5.0 KB
Line 
1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>MyDialog1</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>MyDialog1</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>528</width>
12 <height>368</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>MyDialog1</string>
17 </property>
18 <property name="sizeGripEnabled">
19 <bool>true</bool>
20 </property>
21 <vbox>
22 <property name="name">
23 <cstring>unnamed</cstring>
24 </property>
25 <property name="margin">
26 <number>11</number>
27 </property>
28 <property name="spacing">
29 <number>6</number>
30 </property>
31 <widget class="QTabWidget">
32 <property name="name">
33 <cstring>tabWidget</cstring>
34 </property>
35 <widget class="QWidget">
36 <property name="name">
37 <cstring>Widget8</cstring>
38 </property>
39 <attribute name="title">
40 <string>Tab</string>
41 </attribute>
42 </widget>
43 <widget class="QWidget">
44 <property name="name">
45 <cstring>Widget9</cstring>
46 </property>
47 <attribute name="title">
48 <string>Tab</string>
49 </attribute>
50 </widget>
51 </widget>
52 <widget class="QLayoutWidget">
53 <property name="name">
54 <cstring>Layout1</cstring>
55 </property>
56 <hbox>
57 <property name="name">
58 <cstring>unnamed</cstring>
59 </property>
60 <property name="margin">
61 <number>0</number>
62 </property>
63 <property name="spacing">
64 <number>6</number>
65 </property>
66 <widget class="QPushButton">
67 <property name="name">
68 <cstring>buttonHelp</cstring>
69 </property>
70 <property name="text">
71 <string>&amp;Help</string>
72 </property>
73 <property name="accel">
74 <number>4144</number>
75 </property>
76 <property name="autoDefault">
77 <bool>true</bool>
78 </property>
79 </widget>
80 <spacer>
81 <property name="name" stdset="0">
82 <cstring>Horizontal Spacing2</cstring>
83 </property>
84 <property name="orientation">
85 <enum>Horizontal</enum>
86 </property>
87 <property name="sizeType">
88 <enum>Expanding</enum>
89 </property>
90 <property name="sizeHint">
91 <size>
92 <width>20</width>
93 <height>20</height>
94 </size>
95 </property>
96 </spacer>
97 <widget class="QPushButton">
98 <property name="name">
99 <cstring>buttonOk</cstring>
100 </property>
101 <property name="text">
102 <string>&amp;OK</string>
103 </property>
104 <property name="accel">
105 <number>0</number>
106 </property>
107 <property name="autoDefault">
108 <bool>true</bool>
109 </property>
110 <property name="default">
111 <bool>true</bool>
112 </property>
113 </widget>
114 <widget class="QPushButton">
115 <property name="name">
116 <cstring>buttonCancel</cstring>
117 </property>
118 <property name="text">
119 <string>&amp;Cancel</string>
120 </property>
121 <property name="accel">
122 <number>0</number>
123 </property>
124 <property name="autoDefault">
125 <bool>true</bool>
126 </property>
127 </widget>
128 </hbox>
129 </widget>
130 </vbox>
131</widget>
132<connections>
133 <connection>
134 <sender>buttonOk</sender>
135 <signal>clicked()</signal>
136 <receiver>MyDialog1</receiver>
137 <slot>accept()</slot>
138 </connection>
139 <connection>
140 <sender>buttonCancel</sender>
141 <signal>clicked()</signal>
142 <receiver>MyDialog1</receiver>
143 <slot>reject()</slot>
144 </connection>
145</connections>
146</UI>
Note: See TracBrowser for help on using the repository browser.