source: trunk/src/gui/dialogs/qprintwidget.ui@ 122

Last change on this file since 122 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.2 KB
Line 
1<ui version="4.0" >
2 <class>QPrintWidget</class>
3 <widget class="QWidget" name="QPrintWidget" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>443</width>
9 <height>175</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Form</string>
14 </property>
15 <layout class="QHBoxLayout" name="horizontalLayout_2" >
16 <property name="margin" >
17 <number>0</number>
18 </property>
19 <item>
20 <widget class="QGroupBox" name="printerGroup" >
21 <property name="title" >
22 <string>Printer</string>
23 </property>
24 <layout class="QGridLayout" name="gridLayout" >
25 <item row="0" column="0" >
26 <widget class="QLabel" name="label" >
27 <property name="text" >
28 <string>&amp;Name:</string>
29 </property>
30 <property name="buddy" >
31 <cstring>printers</cstring>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1" >
36 <widget class="QComboBox" name="printers" >
37 <property name="sizePolicy" >
38 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
39 <horstretch>3</horstretch>
40 <verstretch>0</verstretch>
41 </sizepolicy>
42 </property>
43 </widget>
44 </item>
45 <item row="0" column="2" >
46 <widget class="QPushButton" name="properties" >
47 <property name="sizePolicy" >
48 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
49 <horstretch>1</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="text" >
54 <string>P&amp;roperties</string>
55 </property>
56 </widget>
57 </item>
58 <item row="1" column="0" >
59 <widget class="QLabel" name="label_2" >
60 <property name="text" >
61 <string>Location:</string>
62 </property>
63 </widget>
64 </item>
65 <item row="1" column="1" >
66 <widget class="QLabel" name="location" />
67 </item>
68 <item row="1" column="2" >
69 <widget class="QCheckBox" name="preview" >
70 <property name="text" >
71 <string>Preview</string>
72 </property>
73 </widget>
74 </item>
75 <item row="2" column="0" >
76 <widget class="QLabel" name="label_3" >
77 <property name="text" >
78 <string>Type:</string>
79 </property>
80 </widget>
81 </item>
82 <item row="2" column="1" >
83 <widget class="QLabel" name="type" />
84 </item>
85 <item row="3" column="0" >
86 <widget class="QLabel" name="lOutput" >
87 <property name="text" >
88 <string>Output &amp;file:</string>
89 </property>
90 <property name="buddy" >
91 <cstring>filename</cstring>
92 </property>
93 </widget>
94 </item>
95 <item row="3" column="1" colspan="2" >
96 <layout class="QHBoxLayout" name="horizontalLayout" >
97 <item>
98 <widget class="QLineEdit" name="filename" />
99 </item>
100 <item>
101 <widget class="QToolButton" name="fileBrowser" >
102 <property name="text" >
103 <string>...</string>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </item>
109 </layout>
110 </widget>
111 </item>
112 </layout>
113 </widget>
114 <resources/>
115 <connections/>
116</ui>
Note: See TracBrowser for help on using the repository browser.