src/eric7/WebBrowser/Tools/PrintToPdfDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PrintToPdfDialog</class>
4 <widget class="QDialog" name="PrintToPdfDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>105</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Print to PDF</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>Save as:</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <widget class="EricPathPicker" name="pdfFilePicker" native="true">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 <property name="focusPolicy">
38 <enum>Qt::StrongFocus</enum>
39 </property>
40 <property name="toolTip">
41 <string>Enter the file name of the PDF document</string>
42 </property>
43 </widget>
44 </item>
45 <item row="1" column="0">
46 <widget class="QLabel" name="label_2">
47 <property name="text">
48 <string>Page Layout:</string>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="1">
53 <layout class="QHBoxLayout" name="horizontalLayout">
54 <item>
55 <widget class="QLabel" name="pageLayoutLabel">
56 <property name="text">
57 <string/>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QToolButton" name="pageLayoutButton">
63 <property name="toolTip">
64 <string>Select the page layout via a dialog</string>
65 </property>
66 <property name="text">
67 <string>...</string>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </item>
73 </layout>
74 </item>
75 <item>
76 <widget class="QDialogButtonBox" name="buttonBox">
77 <property name="orientation">
78 <enum>Qt::Horizontal</enum>
79 </property>
80 <property name="standardButtons">
81 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 <customwidgets>
88 <customwidget>
89 <class>EricPathPicker</class>
90 <extends>QWidget</extends>
91 <header>EricWidgets/EricPathPicker.h</header>
92 <container>1</container>
93 </customwidget>
94 </customwidgets>
95 <resources/>
96 <connections>
97 <connection>
98 <sender>buttonBox</sender>
99 <signal>accepted()</signal>
100 <receiver>PrintToPdfDialog</receiver>
101 <slot>accept()</slot>
102 <hints>
103 <hint type="sourcelabel">
104 <x>248</x>
105 <y>254</y>
106 </hint>
107 <hint type="destinationlabel">
108 <x>157</x>
109 <y>274</y>
110 </hint>
111 </hints>
112 </connection>
113 <connection>
114 <sender>buttonBox</sender>
115 <signal>rejected()</signal>
116 <receiver>PrintToPdfDialog</receiver>
117 <slot>reject()</slot>
118 <hints>
119 <hint type="sourcelabel">
120 <x>316</x>
121 <y>260</y>
122 </hint>
123 <hint type="destinationlabel">
124 <x>286</x>
125 <y>274</y>
126 </hint>
127 </hints>
128 </connection>
129 </connections>
130 </ui>

eric ide

mercurial