0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>MyDialog</class>
|
|
7 |
<widget class="QDialog" name="MyDialog">
|
|
8 |
<property name="windowTitle">
|
|
9 |
<string>Mach 2!</string>
|
|
10 |
</property>
|
|
11 |
<layout class="QVBoxLayout">
|
|
12 |
<item>
|
|
13 |
<widget class="QLabel" name="aLabel">
|
|
14 |
<property name="text">
|
|
15 |
<string>Join the life in the fastlane; - PCH enable your project today! -</string>
|
|
16 |
</property>
|
|
17 |
<property name="wordWrap">
|
|
18 |
<bool>false</bool>
|
|
19 |
</property>
|
|
20 |
</widget>
|
|
21 |
</item>
|
|
22 |
<item>
|
|
23 |
<widget class="QPushButton" name="aButton">
|
|
24 |
<property name="text">
|
|
25 |
<string>&Quit</string>
|
|
26 |
</property>
|
|
27 |
<property name="shortcut">
|
|
28 |
<string>Alt+Q</string>
|
|
29 |
</property>
|
|
30 |
</widget>
|
|
31 |
</item>
|
|
32 |
</layout>
|
|
33 |
</widget>
|
|
34 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
35 |
</ui>
|