source: trunk/doc/src/snippets/quiloader/myform.ui

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

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

File size: 3.4 KB
Line 
1<ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>Form</class>
6 <widget class="QWidget" name="Form" >
7 <property name="geometry" >
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>258</width>
12 <height>224</height>
13 </rect>
14 </property>
15 <property name="windowTitle" >
16 <string>Export Document</string>
17 </property>
18 <layout class="QVBoxLayout" >
19 <property name="margin" >
20 <number>8</number>
21 </property>
22 <property name="spacing" >
23 <number>6</number>
24 </property>
25 <item>
26 <widget class="QGroupBox" name="groupBox" >
27 <property name="title" >
28 <string>Export Options</string>
29 </property>
30 <layout class="QGridLayout" >
31 <property name="margin" >
32 <number>8</number>
33 </property>
34 <property name="spacing" >
35 <number>6</number>
36 </property>
37 <item row="1" column="0" >
38 <widget class="QRadioButton" name="radioButton_2" >
39 <property name="text" >
40 <string>&amp;DocBook</string>
41 </property>
42 </widget>
43 </item>
44 <item row="0" column="0" >
45 <widget class="QRadioButton" name="radioButton" >
46 <property name="text" >
47 <string>&amp;LaTeX</string>
48 </property>
49 <property name="checked" >
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 <item row="1" column="1" >
55 <widget class="QCheckBox" name="checkBox_2" >
56 <property name="text" >
57 <string>Include p&amp;ictures</string>
58 </property>
59 <property name="checked" >
60 <bool>true</bool>
61 </property>
62 </widget>
63 </item>
64 <item row="5" column="0" >
65 <spacer>
66 <property name="orientation" >
67 <enum>Qt::Vertical</enum>
68 </property>
69 <property name="sizeHint" >
70 <size>
71 <width>20</width>
72 <height>40</height>
73 </size>
74 </property>
75 </spacer>
76 </item>
77 <item row="0" column="1" >
78 <widget class="QCheckBox" name="checkBox" >
79 <property name="text" >
80 <string>&amp;Compress</string>
81 </property>
82 </widget>
83 </item>
84 <item row="2" column="0" >
85 <widget class="QRadioButton" name="radioButton_2_2" >
86 <property name="text" >
87 <string>&amp;HTML</string>
88 </property>
89 </widget>
90 </item>
91 <item row="3" column="0" >
92 <widget class="QRadioButton" name="radioButton_3" >
93 <property name="text" >
94 <string>&amp;PostScript</string>
95 </property>
96 </widget>
97 </item>
98 <item row="4" column="0" >
99 <widget class="QRadioButton" name="radioButton_4" >
100 <property name="text" >
101 <string>PD&amp;F</string>
102 </property>
103 </widget>
104 </item>
105 <item row="2" column="1" >
106 <widget class="QCheckBox" name="checkBox_3" >
107 <property name="text" >
108 <string>Include &amp;metadata</string>
109 </property>
110 </widget>
111 </item>
112 <item row="3" column="1" >
113 <widget class="QCheckBox" name="checkBox_4" >
114 <property name="text" >
115 <string>Create inde&amp;x</string>
116 </property>
117 <property name="checked" >
118 <bool>true</bool>
119 </property>
120 </widget>
121 </item>
122 </layout>
123 </widget>
124 </item>
125 </layout>
126 </widget>
127 <pixmapfunction></pixmapfunction>
128 <resources/>
129 <connections/>
130</ui>
Note: See TracBrowser for help on using the repository browser.