0
|
1 |
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
2 |
<class>MyDialog</class>
|
|
3 |
<widget class="QDialog">
|
|
4 |
<property name="name">
|
|
5 |
<cstring>MyDialog</cstring>
|
|
6 |
</property>
|
|
7 |
<property name="caption">
|
|
8 |
<string>Mach 2!</string>
|
|
9 |
</property>
|
|
10 |
<vbox>
|
|
11 |
<widget class="QLabel">
|
|
12 |
<property name="name">
|
|
13 |
<cstring>aLabel</cstring>
|
|
14 |
</property>
|
|
15 |
<property name="text">
|
|
16 |
<string>Join the life in the fastlane; - PCH enable your project today! -</string>
|
|
17 |
</property>
|
|
18 |
</widget>
|
|
19 |
<widget class="QPushButton">
|
|
20 |
<property name="name">
|
|
21 |
<cstring>aButton</cstring>
|
|
22 |
</property>
|
|
23 |
<property name="text">
|
|
24 |
<string>&Quit</string>
|
|
25 |
</property>
|
|
26 |
<property name="accel">
|
|
27 |
<string>Alt+Q</string>
|
|
28 |
</property>
|
|
29 |
</widget>
|
|
30 |
</vbox>
|
|
31 |
</widget>
|
|
32 |
</UI>
|