forked from tonioo/rst2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUi_pagesetup.py
169 lines (160 loc) · 10.4 KB
/
Ui_pagesetup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'pagesetup.ui'
#
# by: PyQt4 UI code generator 4.5.4
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(367, 360)
self.formLayout = QtGui.QFormLayout(Form)
self.formLayout.setObjectName("formLayout")
self.label = QtGui.QLabel(Form)
self.label.setObjectName("label")
self.formLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.label)
self.firstTemplate = QtGui.QComboBox(Form)
self.firstTemplate.setObjectName("firstTemplate")
self.formLayout.setWidget(0, QtGui.QFormLayout.FieldRole, self.firstTemplate)
self.label_2 = QtGui.QLabel(Form)
self.label_2.setObjectName("label_2")
self.formLayout.setWidget(1, QtGui.QFormLayout.LabelRole, self.label_2)
self.size = QtGui.QComboBox(Form)
self.size.setObjectName("size")
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.size.addItem(QtCore.QString())
self.formLayout.setWidget(1, QtGui.QFormLayout.FieldRole, self.size)
self.label_3 = QtGui.QLabel(Form)
self.label_3.setObjectName("label_3")
self.formLayout.setWidget(2, QtGui.QFormLayout.LabelRole, self.label_3)
self.height = QtGui.QLineEdit(Form)
self.height.setObjectName("height")
self.formLayout.setWidget(2, QtGui.QFormLayout.FieldRole, self.height)
self.label_4 = QtGui.QLabel(Form)
self.label_4.setObjectName("label_4")
self.formLayout.setWidget(3, QtGui.QFormLayout.LabelRole, self.label_4)
self.width = QtGui.QLineEdit(Form)
self.width.setObjectName("width")
self.formLayout.setWidget(3, QtGui.QFormLayout.FieldRole, self.width)
self.label_5 = QtGui.QLabel(Form)
self.label_5.setObjectName("label_5")
self.formLayout.setWidget(4, QtGui.QFormLayout.LabelRole, self.label_5)
self.margin_top = QtGui.QLineEdit(Form)
self.margin_top.setObjectName("margin_top")
self.formLayout.setWidget(4, QtGui.QFormLayout.FieldRole, self.margin_top)
self.label_6 = QtGui.QLabel(Form)
self.label_6.setObjectName("label_6")
self.formLayout.setWidget(5, QtGui.QFormLayout.LabelRole, self.label_6)
self.margin_bottom = QtGui.QLineEdit(Form)
self.margin_bottom.setObjectName("margin_bottom")
self.formLayout.setWidget(5, QtGui.QFormLayout.FieldRole, self.margin_bottom)
self.label_7 = QtGui.QLabel(Form)
self.label_7.setObjectName("label_7")
self.formLayout.setWidget(6, QtGui.QFormLayout.LabelRole, self.label_7)
self.margin_left = QtGui.QLineEdit(Form)
self.margin_left.setObjectName("margin_left")
self.formLayout.setWidget(6, QtGui.QFormLayout.FieldRole, self.margin_left)
self.label_8 = QtGui.QLabel(Form)
self.label_8.setObjectName("label_8")
self.formLayout.setWidget(7, QtGui.QFormLayout.LabelRole, self.label_8)
self.margin_right = QtGui.QLineEdit(Form)
self.margin_right.setObjectName("margin_right")
self.formLayout.setWidget(7, QtGui.QFormLayout.FieldRole, self.margin_right)
self.label_9 = QtGui.QLabel(Form)
self.label_9.setObjectName("label_9")
self.formLayout.setWidget(8, QtGui.QFormLayout.LabelRole, self.label_9)
self.spacing_header = QtGui.QLineEdit(Form)
self.spacing_header.setObjectName("spacing_header")
self.formLayout.setWidget(8, QtGui.QFormLayout.FieldRole, self.spacing_header)
self.label_10 = QtGui.QLabel(Form)
self.label_10.setObjectName("label_10")
self.formLayout.setWidget(9, QtGui.QFormLayout.LabelRole, self.label_10)
self.spacing_footer = QtGui.QLineEdit(Form)
self.spacing_footer.setObjectName("spacing_footer")
self.formLayout.setWidget(9, QtGui.QFormLayout.FieldRole, self.spacing_footer)
self.label_11 = QtGui.QLabel(Form)
self.label_11.setObjectName("label_11")
self.formLayout.setWidget(10, QtGui.QFormLayout.LabelRole, self.label_11)
self.margin_gutter = QtGui.QLineEdit(Form)
self.margin_gutter.setObjectName("margin_gutter")
self.formLayout.setWidget(10, QtGui.QFormLayout.FieldRole, self.margin_gutter)
self.label.setBuddy(self.firstTemplate)
self.label_2.setBuddy(self.size)
self.label_3.setBuddy(self.height)
self.label_4.setBuddy(self.width)
self.label_5.setBuddy(self.margin_top)
self.label_6.setBuddy(self.margin_bottom)
self.label_7.setBuddy(self.margin_left)
self.label_8.setBuddy(self.margin_right)
self.label_9.setBuddy(self.spacing_header)
self.label_10.setBuddy(self.spacing_footer)
self.label_11.setBuddy(self.margin_gutter)
self.retranslateUi(Form)
QtCore.QObject.connect(self.firstTemplate, QtCore.SIGNAL("currentIndexChanged(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.size, QtCore.SIGNAL("currentIndexChanged(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.height, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.width, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.margin_top, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.margin_bottom, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.margin_left, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.margin_right, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.spacing_header, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.spacing_footer, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QObject.connect(self.margin_gutter, QtCore.SIGNAL("textEdited(QString)"), Form.applyChanges)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
Form.setWindowTitle(QtGui.QApplication.translate("Form", "Form", None, QtGui.QApplication.UnicodeUTF8))
self.label.setText(QtGui.QApplication.translate("Form", "First Page Template:", None, QtGui.QApplication.UnicodeUTF8))
self.label_2.setText(QtGui.QApplication.translate("Form", "Page Size:", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(0, QtGui.QApplication.translate("Form", "Custom", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(1, QtGui.QApplication.translate("Form", "A0", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(2, QtGui.QApplication.translate("Form", "A1", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(3, QtGui.QApplication.translate("Form", "A2", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(4, QtGui.QApplication.translate("Form", "A3", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(5, QtGui.QApplication.translate("Form", "A4", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(6, QtGui.QApplication.translate("Form", "A5", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(7, QtGui.QApplication.translate("Form", "A6", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(8, QtGui.QApplication.translate("Form", "B0", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(9, QtGui.QApplication.translate("Form", "B1", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(10, QtGui.QApplication.translate("Form", "B2", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(11, QtGui.QApplication.translate("Form", "B3", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(12, QtGui.QApplication.translate("Form", "B4", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(13, QtGui.QApplication.translate("Form", "B5", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(14, QtGui.QApplication.translate("Form", "B6", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(15, QtGui.QApplication.translate("Form", "letter", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(16, QtGui.QApplication.translate("Form", "legal", None, QtGui.QApplication.UnicodeUTF8))
self.size.setItemText(17, QtGui.QApplication.translate("Form", "11\"x17\"", None, QtGui.QApplication.UnicodeUTF8))
self.label_3.setText(QtGui.QApplication.translate("Form", "Height:", None, QtGui.QApplication.UnicodeUTF8))
self.label_4.setText(QtGui.QApplication.translate("Form", "Width:", None, QtGui.QApplication.UnicodeUTF8))
self.label_5.setText(QtGui.QApplication.translate("Form", "Top Margin:", None, QtGui.QApplication.UnicodeUTF8))
self.label_6.setText(QtGui.QApplication.translate("Form", "Bottom Margin:", None, QtGui.QApplication.UnicodeUTF8))
self.label_7.setText(QtGui.QApplication.translate("Form", "Left Margin:", None, QtGui.QApplication.UnicodeUTF8))
self.label_8.setText(QtGui.QApplication.translate("Form", "Right Margin:", None, QtGui.QApplication.UnicodeUTF8))
self.label_9.setText(QtGui.QApplication.translate("Form", "Header Margin:", None, QtGui.QApplication.UnicodeUTF8))
self.label_10.setText(QtGui.QApplication.translate("Form", "Footer Margin:", None, QtGui.QApplication.UnicodeUTF8))
self.label_11.setText(QtGui.QApplication.translate("Form", "Gutter Margin:", None, QtGui.QApplication.UnicodeUTF8))
if __name__ == "__main__":
import sys
app = QtGui.QApplication(sys.argv)
Form = QtGui.QWidget()
ui = Ui_Form()
ui.setupUi(Form)
Form.show()
sys.exit(app.exec_())