src/eric7/Plugins/WizardPlugins/InputDialogWizard/Ui_InputDialogWizardDialog.py

branch
eric7
changeset 10743
5d3a5a05114e
child 10745
2921faddeaec
equal deleted inserted replaced
10742:7aa41173b44b 10743:5d3a5a05114e
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui'
2 #
3 # Created by: PyQt6 UI code generator 6.7.0
4 #
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
6 # run again. Do not edit this file unless you know what you are doing.
7
8
9 from PyQt6 import QtCore, QtGui, QtWidgets
10
11
12 class Ui_InputDialogWizardDialog(object):
13 def setupUi(self, InputDialogWizardDialog):
14 InputDialogWizardDialog.setObjectName("InputDialogWizardDialog")
15 InputDialogWizardDialog.resize(550, 602)
16 InputDialogWizardDialog.setSizeGripEnabled(True)
17 self.verticalLayout = QtWidgets.QVBoxLayout(InputDialogWizardDialog)
18 self.verticalLayout.setObjectName("verticalLayout")
19 self.groupBox = QtWidgets.QGroupBox(parent=InputDialogWizardDialog)
20 self.groupBox.setObjectName("groupBox")
21 self.hboxlayout = QtWidgets.QHBoxLayout(self.groupBox)
22 self.hboxlayout.setObjectName("hboxlayout")
23 self.rText = QtWidgets.QRadioButton(parent=self.groupBox)
24 self.rText.setChecked(True)
25 self.rText.setObjectName("rText")
26 self.hboxlayout.addWidget(self.rText)
27 self.rMultiLineText = QtWidgets.QRadioButton(parent=self.groupBox)
28 self.rMultiLineText.setObjectName("rMultiLineText")
29 self.hboxlayout.addWidget(self.rMultiLineText)
30 self.rInteger = QtWidgets.QRadioButton(parent=self.groupBox)
31 self.rInteger.setObjectName("rInteger")
32 self.hboxlayout.addWidget(self.rInteger)
33 self.rDouble = QtWidgets.QRadioButton(parent=self.groupBox)
34 self.rDouble.setObjectName("rDouble")
35 self.hboxlayout.addWidget(self.rDouble)
36 self.rItem = QtWidgets.QRadioButton(parent=self.groupBox)
37 self.rItem.setObjectName("rItem")
38 self.hboxlayout.addWidget(self.rItem)
39 self.verticalLayout.addWidget(self.groupBox)
40 self.label = QtWidgets.QLabel(parent=InputDialogWizardDialog)
41 self.label.setObjectName("label")
42 self.verticalLayout.addWidget(self.label)
43 self.eResultVar = QtWidgets.QLineEdit(parent=InputDialogWizardDialog)
44 self.eResultVar.setObjectName("eResultVar")
45 self.verticalLayout.addWidget(self.eResultVar)
46 self.TextLabel1 = QtWidgets.QLabel(parent=InputDialogWizardDialog)
47 self.TextLabel1.setObjectName("TextLabel1")
48 self.verticalLayout.addWidget(self.TextLabel1)
49 self.eCaption = QtWidgets.QLineEdit(parent=InputDialogWizardDialog)
50 self.eCaption.setObjectName("eCaption")
51 self.verticalLayout.addWidget(self.eCaption)
52 self.TextLabel2 = QtWidgets.QLabel(parent=InputDialogWizardDialog)
53 self.TextLabel2.setObjectName("TextLabel2")
54 self.verticalLayout.addWidget(self.TextLabel2)
55 self.eLabel = QtWidgets.QLineEdit(parent=InputDialogWizardDialog)
56 self.eLabel.setObjectName("eLabel")
57 self.verticalLayout.addWidget(self.eLabel)
58 self.parentGroup = QtWidgets.QGroupBox(parent=InputDialogWizardDialog)
59 self.parentGroup.setObjectName("parentGroup")
60 self.gridLayout_3 = QtWidgets.QGridLayout(self.parentGroup)
61 self.gridLayout_3.setObjectName("gridLayout_3")
62 self.parentSelf = QtWidgets.QRadioButton(parent=self.parentGroup)
63 self.parentSelf.setChecked(True)
64 self.parentSelf.setObjectName("parentSelf")
65 self.gridLayout_3.addWidget(self.parentSelf, 0, 0, 1, 1)
66 self.parentNone = QtWidgets.QRadioButton(parent=self.parentGroup)
67 self.parentNone.setObjectName("parentNone")
68 self.gridLayout_3.addWidget(self.parentNone, 0, 1, 1, 1)
69 self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
70 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
71 self.parentOther = QtWidgets.QRadioButton(parent=self.parentGroup)
72 self.parentOther.setObjectName("parentOther")
73 self.horizontalLayout_2.addWidget(self.parentOther)
74 self.parentEdit = QtWidgets.QLineEdit(parent=self.parentGroup)
75 self.parentEdit.setEnabled(False)
76 self.parentEdit.setObjectName("parentEdit")
77 self.horizontalLayout_2.addWidget(self.parentEdit)
78 self.gridLayout_3.addLayout(self.horizontalLayout_2, 1, 0, 1, 2)
79 self.verticalLayout.addWidget(self.parentGroup)
80 self.specificsStack = QtWidgets.QStackedWidget(parent=InputDialogWizardDialog)
81 self.specificsStack.setObjectName("specificsStack")
82 self.textPage = QtWidgets.QWidget()
83 self.textPage.setObjectName("textPage")
84 self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.textPage)
85 self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
86 self.verticalLayout_3.setObjectName("verticalLayout_3")
87 self.groupBox_2 = QtWidgets.QGroupBox(parent=self.textPage)
88 self.groupBox_2.setObjectName("groupBox_2")
89 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_2)
90 self.verticalLayout_2.setObjectName("verticalLayout_2")
91 self.groupBox_3 = QtWidgets.QGroupBox(parent=self.groupBox_2)
92 self.groupBox_3.setObjectName("groupBox_3")
93 self.hboxlayout1 = QtWidgets.QHBoxLayout(self.groupBox_3)
94 self.hboxlayout1.setObjectName("hboxlayout1")
95 self.rEchoNormal = QtWidgets.QRadioButton(parent=self.groupBox_3)
96 self.rEchoNormal.setChecked(True)
97 self.rEchoNormal.setObjectName("rEchoNormal")
98 self.hboxlayout1.addWidget(self.rEchoNormal)
99 self.rEchoNoEcho = QtWidgets.QRadioButton(parent=self.groupBox_3)
100 self.rEchoNoEcho.setObjectName("rEchoNoEcho")
101 self.hboxlayout1.addWidget(self.rEchoNoEcho)
102 self.rEchoPassword = QtWidgets.QRadioButton(parent=self.groupBox_3)
103 self.rEchoPassword.setObjectName("rEchoPassword")
104 self.hboxlayout1.addWidget(self.rEchoPassword)
105 self.verticalLayout_2.addWidget(self.groupBox_3)
106 self.TextLabel3 = QtWidgets.QLabel(parent=self.groupBox_2)
107 self.TextLabel3.setObjectName("TextLabel3")
108 self.verticalLayout_2.addWidget(self.TextLabel3)
109 self.eTextDefault = QtWidgets.QLineEdit(parent=self.groupBox_2)
110 self.eTextDefault.setObjectName("eTextDefault")
111 self.verticalLayout_2.addWidget(self.eTextDefault)
112 self.cTranslateTextDefault = QtWidgets.QCheckBox(parent=self.groupBox_2)
113 self.cTranslateTextDefault.setObjectName("cTranslateTextDefault")
114 self.verticalLayout_2.addWidget(self.cTranslateTextDefault)
115 self.verticalLayout_3.addWidget(self.groupBox_2)
116 self.specificsStack.addWidget(self.textPage)
117 self.multiLineTextPage = QtWidgets.QWidget()
118 self.multiLineTextPage.setObjectName("multiLineTextPage")
119 self.verticalLayout_8 = QtWidgets.QVBoxLayout(self.multiLineTextPage)
120 self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)
121 self.verticalLayout_8.setObjectName("verticalLayout_8")
122 self.groupBox_7 = QtWidgets.QGroupBox(parent=self.multiLineTextPage)
123 self.groupBox_7.setObjectName("groupBox_7")
124 self.verticalLayout_7 = QtWidgets.QVBoxLayout(self.groupBox_7)
125 self.verticalLayout_7.setObjectName("verticalLayout_7")
126 self.TextLabel3_2 = QtWidgets.QLabel(parent=self.groupBox_7)
127 self.TextLabel3_2.setObjectName("TextLabel3_2")
128 self.verticalLayout_7.addWidget(self.TextLabel3_2)
129 self.eMultiTextDefault = QtWidgets.QPlainTextEdit(parent=self.groupBox_7)
130 self.eMultiTextDefault.setTabChangesFocus(True)
131 self.eMultiTextDefault.setObjectName("eMultiTextDefault")
132 self.verticalLayout_7.addWidget(self.eMultiTextDefault)
133 self.cTranslateMultiTextDefault = QtWidgets.QCheckBox(parent=self.groupBox_7)
134 self.cTranslateMultiTextDefault.setObjectName("cTranslateMultiTextDefault")
135 self.verticalLayout_7.addWidget(self.cTranslateMultiTextDefault)
136 self.verticalLayout_8.addWidget(self.groupBox_7)
137 self.specificsStack.addWidget(self.multiLineTextPage)
138 self.integerPage = QtWidgets.QWidget()
139 self.integerPage.setObjectName("integerPage")
140 self.verticalLayout_4 = QtWidgets.QVBoxLayout(self.integerPage)
141 self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)
142 self.verticalLayout_4.setObjectName("verticalLayout_4")
143 self.groupBox_4 = QtWidgets.QGroupBox(parent=self.integerPage)
144 self.groupBox_4.setObjectName("groupBox_4")
145 self.gridlayout = QtWidgets.QGridLayout(self.groupBox_4)
146 self.gridlayout.setObjectName("gridlayout")
147 self.sIntStep = QtWidgets.QSpinBox(parent=self.groupBox_4)
148 self.sIntStep.setMinimum(-2147483647)
149 self.sIntStep.setMaximum(2147483647)
150 self.sIntStep.setProperty("value", 1)
151 self.sIntStep.setObjectName("sIntStep")
152 self.gridlayout.addWidget(self.sIntStep, 1, 3, 1, 1)
153 self.sIntTo = QtWidgets.QSpinBox(parent=self.groupBox_4)
154 self.sIntTo.setMinimum(-2147483647)
155 self.sIntTo.setMaximum(2147483647)
156 self.sIntTo.setProperty("value", 2147483647)
157 self.sIntTo.setObjectName("sIntTo")
158 self.gridlayout.addWidget(self.sIntTo, 1, 2, 1, 1)
159 self.sIntFrom = QtWidgets.QSpinBox(parent=self.groupBox_4)
160 self.sIntFrom.setMinimum(-2147483647)
161 self.sIntFrom.setMaximum(2147483647)
162 self.sIntFrom.setProperty("value", -2147483647)
163 self.sIntFrom.setObjectName("sIntFrom")
164 self.gridlayout.addWidget(self.sIntFrom, 1, 1, 1, 1)
165 self.sIntDefault = QtWidgets.QSpinBox(parent=self.groupBox_4)
166 self.sIntDefault.setMinimum(-2147483647)
167 self.sIntDefault.setMaximum(2147483647)
168 self.sIntDefault.setObjectName("sIntDefault")
169 self.gridlayout.addWidget(self.sIntDefault, 1, 0, 1, 1)
170 self.TextLabel4_4 = QtWidgets.QLabel(parent=self.groupBox_4)
171 self.TextLabel4_4.setObjectName("TextLabel4_4")
172 self.gridlayout.addWidget(self.TextLabel4_4, 0, 3, 1, 1)
173 self.TextLabel4_3 = QtWidgets.QLabel(parent=self.groupBox_4)
174 self.TextLabel4_3.setObjectName("TextLabel4_3")
175 self.gridlayout.addWidget(self.TextLabel4_3, 0, 2, 1, 1)
176 self.TextLabel4_2 = QtWidgets.QLabel(parent=self.groupBox_4)
177 self.TextLabel4_2.setObjectName("TextLabel4_2")
178 self.gridlayout.addWidget(self.TextLabel4_2, 0, 1, 1, 1)
179 self.TextLabel4 = QtWidgets.QLabel(parent=self.groupBox_4)
180 self.TextLabel4.setObjectName("TextLabel4")
181 self.gridlayout.addWidget(self.TextLabel4, 0, 0, 1, 1)
182 self.verticalLayout_4.addWidget(self.groupBox_4)
183 spacerItem = QtWidgets.QSpacerItem(20, 95, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
184 self.verticalLayout_4.addItem(spacerItem)
185 self.specificsStack.addWidget(self.integerPage)
186 self.doublePage = QtWidgets.QWidget()
187 self.doublePage.setObjectName("doublePage")
188 self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.doublePage)
189 self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
190 self.verticalLayout_5.setObjectName("verticalLayout_5")
191 self.groupBox_5 = QtWidgets.QGroupBox(parent=self.doublePage)
192 self.groupBox_5.setObjectName("groupBox_5")
193 self.gridlayout1 = QtWidgets.QGridLayout(self.groupBox_5)
194 self.gridlayout1.setObjectName("gridlayout1")
195 self.sDoubleDecimals = QtWidgets.QSpinBox(parent=self.groupBox_5)
196 self.sDoubleDecimals.setMinimum(-2147483647)
197 self.sDoubleDecimals.setMaximum(2147483647)
198 self.sDoubleDecimals.setProperty("value", 1)
199 self.sDoubleDecimals.setObjectName("sDoubleDecimals")
200 self.gridlayout1.addWidget(self.sDoubleDecimals, 1, 3, 1, 1)
201 self.eDoubleTo = QtWidgets.QLineEdit(parent=self.groupBox_5)
202 self.eDoubleTo.setObjectName("eDoubleTo")
203 self.gridlayout1.addWidget(self.eDoubleTo, 1, 2, 1, 1)
204 self.eDoubleFrom = QtWidgets.QLineEdit(parent=self.groupBox_5)
205 self.eDoubleFrom.setObjectName("eDoubleFrom")
206 self.gridlayout1.addWidget(self.eDoubleFrom, 1, 1, 1, 1)
207 self.eDoubleDefault = QtWidgets.QLineEdit(parent=self.groupBox_5)
208 self.eDoubleDefault.setObjectName("eDoubleDefault")
209 self.gridlayout1.addWidget(self.eDoubleDefault, 1, 0, 1, 1)
210 self.TextLabel5 = QtWidgets.QLabel(parent=self.groupBox_5)
211 self.TextLabel5.setObjectName("TextLabel5")
212 self.gridlayout1.addWidget(self.TextLabel5, 0, 0, 1, 1)
213 self.TextLabel6 = QtWidgets.QLabel(parent=self.groupBox_5)
214 self.TextLabel6.setObjectName("TextLabel6")
215 self.gridlayout1.addWidget(self.TextLabel6, 0, 1, 1, 1)
216 self.TextLabel7 = QtWidgets.QLabel(parent=self.groupBox_5)
217 self.TextLabel7.setObjectName("TextLabel7")
218 self.gridlayout1.addWidget(self.TextLabel7, 0, 2, 1, 1)
219 self.TextLabel8 = QtWidgets.QLabel(parent=self.groupBox_5)
220 self.TextLabel8.setObjectName("TextLabel8")
221 self.gridlayout1.addWidget(self.TextLabel8, 0, 3, 1, 1)
222 self.verticalLayout_5.addWidget(self.groupBox_5)
223 spacerItem1 = QtWidgets.QSpacerItem(20, 95, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
224 self.verticalLayout_5.addItem(spacerItem1)
225 self.specificsStack.addWidget(self.doublePage)
226 self.itemPage = QtWidgets.QWidget()
227 self.itemPage.setObjectName("itemPage")
228 self.verticalLayout_6 = QtWidgets.QVBoxLayout(self.itemPage)
229 self.verticalLayout_6.setContentsMargins(0, 0, 0, 0)
230 self.verticalLayout_6.setObjectName("verticalLayout_6")
231 self.groupBox_6 = QtWidgets.QGroupBox(parent=self.itemPage)
232 self.groupBox_6.setObjectName("groupBox_6")
233 self.gridlayout2 = QtWidgets.QGridLayout(self.groupBox_6)
234 self.gridlayout2.setObjectName("gridlayout2")
235 self.cEditable = QtWidgets.QCheckBox(parent=self.groupBox_6)
236 self.cEditable.setChecked(True)
237 self.cEditable.setObjectName("cEditable")
238 self.gridlayout2.addWidget(self.cEditable, 1, 2, 1, 1)
239 self.sCurrentItem = QtWidgets.QSpinBox(parent=self.groupBox_6)
240 self.sCurrentItem.setObjectName("sCurrentItem")
241 self.gridlayout2.addWidget(self.sCurrentItem, 1, 1, 1, 1)
242 self.eVariable = QtWidgets.QLineEdit(parent=self.groupBox_6)
243 self.eVariable.setObjectName("eVariable")
244 self.gridlayout2.addWidget(self.eVariable, 1, 0, 1, 1)
245 self.TextLabel10 = QtWidgets.QLabel(parent=self.groupBox_6)
246 self.TextLabel10.setObjectName("TextLabel10")
247 self.gridlayout2.addWidget(self.TextLabel10, 0, 1, 1, 1)
248 self.TextLabel9 = QtWidgets.QLabel(parent=self.groupBox_6)
249 self.TextLabel9.setObjectName("TextLabel9")
250 self.gridlayout2.addWidget(self.TextLabel9, 0, 0, 1, 1)
251 self.verticalLayout_6.addWidget(self.groupBox_6)
252 spacerItem2 = QtWidgets.QSpacerItem(20, 95, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
253 self.verticalLayout_6.addItem(spacerItem2)
254 self.specificsStack.addWidget(self.itemPage)
255 self.verticalLayout.addWidget(self.specificsStack)
256 self.buttonBox = QtWidgets.QDialogButtonBox(parent=InputDialogWizardDialog)
257 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
258 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
259 self.buttonBox.setObjectName("buttonBox")
260 self.verticalLayout.addWidget(self.buttonBox)
261
262 self.retranslateUi(InputDialogWizardDialog)
263 self.specificsStack.setCurrentIndex(0)
264 self.buttonBox.accepted.connect(InputDialogWizardDialog.accept) # type: ignore
265 self.buttonBox.rejected.connect(InputDialogWizardDialog.reject) # type: ignore
266 self.parentOther.toggled['bool'].connect(self.parentEdit.setEnabled) # type: ignore
267 QtCore.QMetaObject.connectSlotsByName(InputDialogWizardDialog)
268 InputDialogWizardDialog.setTabOrder(self.rText, self.rMultiLineText)
269 InputDialogWizardDialog.setTabOrder(self.rMultiLineText, self.rInteger)
270 InputDialogWizardDialog.setTabOrder(self.rInteger, self.rDouble)
271 InputDialogWizardDialog.setTabOrder(self.rDouble, self.rItem)
272 InputDialogWizardDialog.setTabOrder(self.rItem, self.eResultVar)
273 InputDialogWizardDialog.setTabOrder(self.eResultVar, self.eCaption)
274 InputDialogWizardDialog.setTabOrder(self.eCaption, self.eLabel)
275 InputDialogWizardDialog.setTabOrder(self.eLabel, self.parentSelf)
276 InputDialogWizardDialog.setTabOrder(self.parentSelf, self.parentNone)
277 InputDialogWizardDialog.setTabOrder(self.parentNone, self.parentOther)
278 InputDialogWizardDialog.setTabOrder(self.parentOther, self.parentEdit)
279 InputDialogWizardDialog.setTabOrder(self.parentEdit, self.rEchoNormal)
280 InputDialogWizardDialog.setTabOrder(self.rEchoNormal, self.rEchoNoEcho)
281 InputDialogWizardDialog.setTabOrder(self.rEchoNoEcho, self.rEchoPassword)
282 InputDialogWizardDialog.setTabOrder(self.rEchoPassword, self.eTextDefault)
283 InputDialogWizardDialog.setTabOrder(self.eTextDefault, self.cTranslateTextDefault)
284 InputDialogWizardDialog.setTabOrder(self.cTranslateTextDefault, self.eMultiTextDefault)
285 InputDialogWizardDialog.setTabOrder(self.eMultiTextDefault, self.cTranslateMultiTextDefault)
286 InputDialogWizardDialog.setTabOrder(self.cTranslateMultiTextDefault, self.sIntDefault)
287 InputDialogWizardDialog.setTabOrder(self.sIntDefault, self.sIntFrom)
288 InputDialogWizardDialog.setTabOrder(self.sIntFrom, self.sIntTo)
289 InputDialogWizardDialog.setTabOrder(self.sIntTo, self.sIntStep)
290 InputDialogWizardDialog.setTabOrder(self.sIntStep, self.eDoubleDefault)
291 InputDialogWizardDialog.setTabOrder(self.eDoubleDefault, self.eDoubleFrom)
292 InputDialogWizardDialog.setTabOrder(self.eDoubleFrom, self.eDoubleTo)
293 InputDialogWizardDialog.setTabOrder(self.eDoubleTo, self.sDoubleDecimals)
294 InputDialogWizardDialog.setTabOrder(self.sDoubleDecimals, self.eVariable)
295 InputDialogWizardDialog.setTabOrder(self.eVariable, self.sCurrentItem)
296 InputDialogWizardDialog.setTabOrder(self.sCurrentItem, self.cEditable)
297
298 def retranslateUi(self, InputDialogWizardDialog):
299 _translate = QtCore.QCoreApplication.translate
300 InputDialogWizardDialog.setWindowTitle(_translate("InputDialogWizardDialog", "QInputDialog Wizard"))
301 self.groupBox.setTitle(_translate("InputDialogWizardDialog", "Type"))
302 self.rText.setText(_translate("InputDialogWizardDialog", "Text"))
303 self.rMultiLineText.setText(_translate("InputDialogWizardDialog", "Multiline Text"))
304 self.rInteger.setText(_translate("InputDialogWizardDialog", "Integer"))
305 self.rDouble.setText(_translate("InputDialogWizardDialog", "Double"))
306 self.rItem.setText(_translate("InputDialogWizardDialog", "Item"))
307 self.label.setText(_translate("InputDialogWizardDialog", "Result:"))
308 self.eResultVar.setToolTip(_translate("InputDialogWizardDialog", "Enter the result variable name"))
309 self.TextLabel1.setText(_translate("InputDialogWizardDialog", "Title"))
310 self.TextLabel2.setText(_translate("InputDialogWizardDialog", "Label"))
311 self.parentGroup.setTitle(_translate("InputDialogWizardDialog", "Parent"))
312 self.parentSelf.setToolTip(_translate("InputDialogWizardDialog", "Select \"self\" as parent"))
313 self.parentSelf.setText(_translate("InputDialogWizardDialog", "self"))
314 self.parentNone.setToolTip(_translate("InputDialogWizardDialog", "Select \"None\" as parent"))
315 self.parentNone.setText(_translate("InputDialogWizardDialog", "None"))
316 self.parentOther.setToolTip(_translate("InputDialogWizardDialog", "Select to enter a parent expression"))
317 self.parentOther.setText(_translate("InputDialogWizardDialog", "Expression:"))
318 self.parentEdit.setToolTip(_translate("InputDialogWizardDialog", "Enter the parent expression"))
319 self.groupBox_2.setTitle(_translate("InputDialogWizardDialog", "Text"))
320 self.groupBox_3.setTitle(_translate("InputDialogWizardDialog", "Echo Mode"))
321 self.rEchoNormal.setText(_translate("InputDialogWizardDialog", "Normal"))
322 self.rEchoNoEcho.setText(_translate("InputDialogWizardDialog", "No Echo"))
323 self.rEchoPassword.setText(_translate("InputDialogWizardDialog", "Password"))
324 self.TextLabel3.setText(_translate("InputDialogWizardDialog", "Default"))
325 self.cTranslateTextDefault.setText(_translate("InputDialogWizardDialog", "Translate Default"))
326 self.groupBox_7.setTitle(_translate("InputDialogWizardDialog", "Multiline Text"))
327 self.TextLabel3_2.setText(_translate("InputDialogWizardDialog", "Default"))
328 self.cTranslateMultiTextDefault.setText(_translate("InputDialogWizardDialog", "Translate Default"))
329 self.groupBox_4.setTitle(_translate("InputDialogWizardDialog", "Integer"))
330 self.TextLabel4_4.setText(_translate("InputDialogWizardDialog", "Step"))
331 self.TextLabel4_3.setText(_translate("InputDialogWizardDialog", "To"))
332 self.TextLabel4_2.setText(_translate("InputDialogWizardDialog", "From"))
333 self.TextLabel4.setText(_translate("InputDialogWizardDialog", "Default"))
334 self.groupBox_5.setTitle(_translate("InputDialogWizardDialog", "Double"))
335 self.eDoubleTo.setText(_translate("InputDialogWizardDialog", "2147483647"))
336 self.eDoubleFrom.setText(_translate("InputDialogWizardDialog", "-2147483647"))
337 self.eDoubleDefault.setText(_translate("InputDialogWizardDialog", "0"))
338 self.TextLabel5.setText(_translate("InputDialogWizardDialog", "Default"))
339 self.TextLabel6.setText(_translate("InputDialogWizardDialog", "From"))
340 self.TextLabel7.setText(_translate("InputDialogWizardDialog", "To"))
341 self.TextLabel8.setText(_translate("InputDialogWizardDialog", "Decimals"))
342 self.groupBox_6.setTitle(_translate("InputDialogWizardDialog", "Item"))
343 self.cEditable.setText(_translate("InputDialogWizardDialog", "Editable"))
344 self.TextLabel10.setText(_translate("InputDialogWizardDialog", "Current Item"))
345 self.TextLabel9.setText(_translate("InputDialogWizardDialog", "String List Variable"))

eric ide

mercurial