source: trunk/src/gui/dialogs/qprintpropertieswidget.ui@ 123

Last change on this file since 123 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.8 KB
Line 
1<ui version="4.0" >
2 <class>QPrintPropertiesWidget</class>
3 <widget class="QWidget" name="QPrintPropertiesWidget" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>396</width>
9 <height>288</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Form</string>
14 </property>
15 <layout class="QVBoxLayout" name="verticalLayout_4" >
16 <property name="margin" >
17 <number>0</number>
18 </property>
19 <item>
20 <widget class="QTabWidget" name="tabs" >
21 <property name="currentIndex" >
22 <number>0</number>
23 </property>
24 <widget class="QWidget" name="tabPage" >
25 <property name="geometry" >
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>392</width>
30 <height>261</height>
31 </rect>
32 </property>
33 <attribute name="title" >
34 <string>Page</string>
35 </attribute>
36 <layout class="QHBoxLayout" name="horizontalLayout" >
37 <item>
38 <widget class="QPageSetupWidget" native="1" name="pageSetup" />
39 </item>
40 </layout>
41 </widget>
42 <widget class="QWidget" name="cupsPropertiesPage" >
43 <attribute name="title" >
44 <string>Advanced</string>
45 </attribute>
46 <layout class="QHBoxLayout" name="horizontalLayout_2" >
47 <item>
48 <widget class="QTreeView" name="treeView" >
49 <property name="alternatingRowColors" >
50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 </layout>
55 </widget>
56 </widget>
57 </item>
58 </layout>
59 </widget>
60 <customwidgets>
61 <customwidget>
62 <class>QPageSetupWidget</class>
63 <extends>QWidget</extends>
64 <header>qpagesetupdialog_unix_p.h</header>
65 <container>1</container>
66 </customwidget>
67 </customwidgets>
68 <resources/>
69 <connections/>
70</ui>
Note: See TracBrowser for help on using the repository browser.