source: trunk/examples/qmake/precompile/mydialog.ui@ 1030

Last change on this file since 1030 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.1 KB
Line 
1<ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>MyDialog</class>
6 <widget class="QDialog" name="MyDialog" >
7 <property name="geometry" >
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>401</width>
12 <height>70</height>
13 </rect>
14 </property>
15 <property name="windowTitle" >
16 <string>Mach 2!</string>
17 </property>
18 <layout class="QVBoxLayout" >
19 <property name="margin" >
20 <number>9</number>
21 </property>
22 <property name="spacing" >
23 <number>6</number>
24 </property>
25 <item>
26 <widget class="QLabel" name="aLabel" >
27 <property name="text" >
28 <string>Join the life in the fastlane; - PCH enable your project today! -</string>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <widget class="QPushButton" name="aButton" >
34 <property name="text" >
35 <string>&amp;Quit</string>
36 </property>
37 <property name="shortcut" >
38 <string>Alt+Q</string>
39 </property>
40 </widget>
41 </item>
42 </layout>
43 </widget>
44 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
45 <resources/>
46 <connections/>
47</ui>
Note: See TracBrowser for help on using the repository browser.