개정판 c32addce
add spec break option
Change-Id: I34f47aef9638ef97b16151cdd136c8f248103ce2
DTI_PID/DTI_PID/Configuration_UI.py | ||
---|---|---|
229 | 229 |
self.gridLayout_6.setObjectName("gridLayout_6") |
230 | 230 |
self.gridLayout_26 = QtWidgets.QGridLayout() |
231 | 231 |
self.gridLayout_26.setObjectName("gridLayout_26") |
232 |
self.label_15 = QtWidgets.QLabel(self.groupBoxAttribute) |
|
233 |
self.label_15.setMaximumSize(QtCore.QSize(190, 16777215)) |
|
234 |
self.label_15.setObjectName("label_15") |
|
235 |
self.gridLayout_26.addWidget(self.label_15, 3, 0, 1, 1) |
|
236 |
self.horizontalLayout_11 = QtWidgets.QHBoxLayout() |
|
237 |
self.horizontalLayout_11.setObjectName("horizontalLayout_11") |
|
238 |
self.radioButtonSizeUnitImaperial = QtWidgets.QRadioButton(self.groupBoxAttribute) |
|
239 |
self.radioButtonSizeUnitImaperial.setObjectName("radioButtonSizeUnitImaperial") |
|
240 |
self.buttonGroup_9 = QtWidgets.QButtonGroup(ConfigurationDialog) |
|
241 |
self.buttonGroup_9.setObjectName("buttonGroup_9") |
|
242 |
self.buttonGroup_9.addButton(self.radioButtonSizeUnitImaperial) |
|
243 |
self.horizontalLayout_11.addWidget(self.radioButtonSizeUnitImaperial) |
|
244 |
self.radioButtonSizeUnitMetric = QtWidgets.QRadioButton(self.groupBoxAttribute) |
|
245 |
self.radioButtonSizeUnitMetric.setObjectName("radioButtonSizeUnitMetric") |
|
246 |
self.buttonGroup_9.addButton(self.radioButtonSizeUnitMetric) |
|
247 |
self.horizontalLayout_11.addWidget(self.radioButtonSizeUnitMetric) |
|
248 |
self.gridLayout_26.addLayout(self.horizontalLayout_11, 0, 1, 1, 1) |
|
249 |
self.label_24 = QtWidgets.QLabel(self.groupBoxAttribute) |
|
250 |
self.label_24.setMaximumSize(QtCore.QSize(190, 16777215)) |
|
251 |
self.label_24.setObjectName("label_24") |
|
252 |
self.gridLayout_26.addWidget(self.label_24, 4, 0, 1, 1) |
|
232 | 253 |
self.spinBoxFlowMarkLength = QtWidgets.QSpinBox(self.groupBoxAttribute) |
233 | 254 |
self.spinBoxFlowMarkLength.setMinimum(1) |
234 | 255 |
self.spinBoxFlowMarkLength.setMaximum(99999) |
235 | 256 |
self.spinBoxFlowMarkLength.setObjectName("spinBoxFlowMarkLength") |
236 | 257 |
self.gridLayout_26.addWidget(self.spinBoxFlowMarkLength, 5, 1, 1, 1) |
258 |
self.label_60 = QtWidgets.QLabel(self.groupBoxAttribute) |
|
259 |
self.label_60.setObjectName("label_60") |
|
260 |
self.gridLayout_26.addWidget(self.label_60, 6, 0, 1, 1) |
|
237 | 261 |
self.spinBoxFlowMarkPosition = QtWidgets.QSpinBox(self.groupBoxAttribute) |
238 | 262 |
self.spinBoxFlowMarkPosition.setMaximum(100) |
239 | 263 |
self.spinBoxFlowMarkPosition.setObjectName("spinBoxFlowMarkPosition") |
240 | 264 |
self.gridLayout_26.addWidget(self.spinBoxFlowMarkPosition, 4, 1, 1, 1) |
241 |
self.lineEditSizeDelimiter = QtWidgets.QLineEdit(self.groupBoxAttribute) |
|
242 |
self.lineEditSizeDelimiter.setObjectName("lineEditSizeDelimiter") |
|
243 |
self.gridLayout_26.addWidget(self.lineEditSizeDelimiter, 1, 1, 1, 1) |
|
244 | 265 |
self.label_26 = QtWidgets.QLabel(self.groupBoxAttribute) |
245 | 266 |
self.label_26.setMaximumSize(QtCore.QSize(220, 16777215)) |
246 | 267 |
self.label_26.setObjectName("label_26") |
... | ... | |
253 | 274 |
self.doubleSpinBoxDetectionRange.setProperty("value", 1.0) |
254 | 275 |
self.doubleSpinBoxDetectionRange.setObjectName("doubleSpinBoxDetectionRange") |
255 | 276 |
self.gridLayout_26.addWidget(self.doubleSpinBoxDetectionRange, 3, 1, 1, 1) |
256 |
self.label_24 = QtWidgets.QLabel(self.groupBoxAttribute) |
|
257 |
self.label_24.setMaximumSize(QtCore.QSize(190, 16777215)) |
|
258 |
self.label_24.setObjectName("label_24") |
|
259 |
self.gridLayout_26.addWidget(self.label_24, 4, 0, 1, 1) |
|
260 |
self.label_15 = QtWidgets.QLabel(self.groupBoxAttribute) |
|
261 |
self.label_15.setMaximumSize(QtCore.QSize(190, 16777215)) |
|
262 |
self.label_15.setObjectName("label_15") |
|
263 |
self.gridLayout_26.addWidget(self.label_15, 3, 0, 1, 1) |
|
264 |
self.label_60 = QtWidgets.QLabel(self.groupBoxAttribute) |
|
265 |
self.label_60.setObjectName("label_60") |
|
266 |
self.gridLayout_26.addWidget(self.label_60, 6, 0, 1, 1) |
|
267 | 277 |
self.label_6 = QtWidgets.QLabel(self.groupBoxAttribute) |
268 | 278 |
self.label_6.setObjectName("label_6") |
269 | 279 |
self.gridLayout_26.addWidget(self.label_6, 1, 0, 1, 1) |
... | ... | |
280 | 290 |
self.buttonGroup_13.addButton(self.radioButtonSpecNoneNo) |
281 | 291 |
self.horizontalLayout_16.addWidget(self.radioButtonSpecNoneNo) |
282 | 292 |
self.gridLayout_26.addLayout(self.horizontalLayout_16, 6, 1, 1, 1) |
283 |
self.horizontalLayout_11 = QtWidgets.QHBoxLayout() |
|
284 |
self.horizontalLayout_11.setObjectName("horizontalLayout_11") |
|
285 |
self.radioButtonSizeUnitImaperial = QtWidgets.QRadioButton(self.groupBoxAttribute) |
|
286 |
self.radioButtonSizeUnitImaperial.setObjectName("radioButtonSizeUnitImaperial") |
|
287 |
self.buttonGroup_9 = QtWidgets.QButtonGroup(ConfigurationDialog) |
|
288 |
self.buttonGroup_9.setObjectName("buttonGroup_9") |
|
289 |
self.buttonGroup_9.addButton(self.radioButtonSizeUnitImaperial) |
|
290 |
self.horizontalLayout_11.addWidget(self.radioButtonSizeUnitImaperial) |
|
291 |
self.radioButtonSizeUnitMetric = QtWidgets.QRadioButton(self.groupBoxAttribute) |
|
292 |
self.radioButtonSizeUnitMetric.setObjectName("radioButtonSizeUnitMetric") |
|
293 |
self.buttonGroup_9.addButton(self.radioButtonSizeUnitMetric) |
|
294 |
self.horizontalLayout_11.addWidget(self.radioButtonSizeUnitMetric) |
|
295 |
self.gridLayout_26.addLayout(self.horizontalLayout_11, 0, 1, 1, 1) |
|
293 |
self.lineEditSizeDelimiter = QtWidgets.QLineEdit(self.groupBoxAttribute) |
|
294 |
self.lineEditSizeDelimiter.setObjectName("lineEditSizeDelimiter") |
|
295 |
self.gridLayout_26.addWidget(self.lineEditSizeDelimiter, 1, 1, 1, 1) |
|
296 | 296 |
self.label_63 = QtWidgets.QLabel(self.groupBoxAttribute) |
297 | 297 |
self.label_63.setObjectName("label_63") |
298 | 298 |
self.gridLayout_26.addWidget(self.label_63, 2, 0, 1, 1) |
299 | 299 |
self.lineEditInchSymbol = QtWidgets.QLineEdit(self.groupBoxAttribute) |
300 | 300 |
self.lineEditInchSymbol.setObjectName("lineEditInchSymbol") |
301 | 301 |
self.gridLayout_26.addWidget(self.lineEditInchSymbol, 2, 1, 1, 1) |
302 |
self.label_66 = QtWidgets.QLabel(self.groupBoxAttribute) |
|
303 |
self.label_66.setObjectName("label_66") |
|
304 |
self.gridLayout_26.addWidget(self.label_66, 7, 0, 1, 1) |
|
305 |
self.horizontalLayout_19 = QtWidgets.QHBoxLayout() |
|
306 |
self.horizontalLayout_19.setObjectName("horizontalLayout_19") |
|
307 |
self.radioButtonSystemYes = QtWidgets.QRadioButton(self.groupBoxAttribute) |
|
308 |
self.radioButtonSystemYes.setObjectName("radioButtonSystemYes") |
|
309 |
self.buttonGroup_16 = QtWidgets.QButtonGroup(ConfigurationDialog) |
|
310 |
self.buttonGroup_16.setObjectName("buttonGroup_16") |
|
311 |
self.buttonGroup_16.addButton(self.radioButtonSystemYes) |
|
312 |
self.horizontalLayout_19.addWidget(self.radioButtonSystemYes) |
|
313 |
self.radioButtonSystemNo = QtWidgets.QRadioButton(self.groupBoxAttribute) |
|
314 |
self.radioButtonSystemNo.setObjectName("radioButtonSystemNo") |
|
315 |
self.buttonGroup_16.addButton(self.radioButtonSystemNo) |
|
316 |
self.horizontalLayout_19.addWidget(self.radioButtonSystemNo) |
|
317 |
self.gridLayout_26.addLayout(self.horizontalLayout_19, 7, 1, 1, 1) |
|
302 | 318 |
self.gridLayout_6.addLayout(self.gridLayout_26, 0, 0, 1, 1) |
303 | 319 |
self.gridLayout_2.addWidget(self.groupBoxAttribute, 1, 1, 1, 1) |
304 | 320 |
self.tabWidget.addTab(self.Recognition, "") |
... | ... | |
1127 | 1143 |
self.label_39.setText(_translate("ConfigurationDialog", "Page Segmentations Modes : ")) |
1128 | 1144 |
self.label_17.setText(_translate("ConfigurationDialog", "Minimum Text Size : ")) |
1129 | 1145 |
self.groupBoxAttribute.setTitle(_translate("ConfigurationDialog", "Attribute")) |
1130 |
self.label_26.setText(_translate("ConfigurationDialog", "Line Flow Mark Minimum Line Length : ")) |
|
1131 |
self.label_54.setText(_translate("ConfigurationDialog", "Size Unit : ")) |
|
1132 |
self.label_24.setText(_translate("ConfigurationDialog", "Line Flow Mark Position(Percent) : ")) |
|
1133 | 1146 |
self.label_15.setText(_translate("ConfigurationDialog", "Attribute Detection Range(Ratio) : ")) |
1147 |
self.radioButtonSizeUnitImaperial.setText(_translate("ConfigurationDialog", "Imperial")) |
|
1148 |
self.radioButtonSizeUnitMetric.setText(_translate("ConfigurationDialog", "Metric")) |
|
1149 |
self.label_24.setText(_translate("ConfigurationDialog", "Line Flow Mark Position(Percent) : ")) |
|
1134 | 1150 |
self.label_60.setText(_translate("ConfigurationDialog", "Make Spec Break with None : ")) |
1151 |
self.label_26.setText(_translate("ConfigurationDialog", "Line Flow Mark Minimum Line Length : ")) |
|
1152 |
self.label_54.setText(_translate("ConfigurationDialog", "Size Unit : ")) |
|
1135 | 1153 |
self.label_6.setText(_translate("ConfigurationDialog", "Size Delimiter : ")) |
1136 | 1154 |
self.radioButtonSpecNoneYes.setText(_translate("ConfigurationDialog", "Yes")) |
1137 | 1155 |
self.radioButtonSpecNoneNo.setText(_translate("ConfigurationDialog", "No")) |
1138 |
self.radioButtonSizeUnitImaperial.setText(_translate("ConfigurationDialog", "Imperial")) |
|
1139 |
self.radioButtonSizeUnitMetric.setText(_translate("ConfigurationDialog", "Metric")) |
|
1140 | 1156 |
self.label_63.setText(_translate("ConfigurationDialog", "Size Symbol : ")) |
1157 |
self.label_66.setText(_translate("ConfigurationDialog", "<html><head/><body><p>Make Spec Break by System : </p></body></html>")) |
|
1158 |
self.radioButtonSystemYes.setText(_translate("ConfigurationDialog", "Yes")) |
|
1159 |
self.radioButtonSystemNo.setText(_translate("ConfigurationDialog", "No")) |
|
1141 | 1160 |
self.tabWidget.setTabText(self.tabWidget.indexOf(self.Recognition), _translate("ConfigurationDialog", "Recognition")) |
1142 | 1161 |
self.groupBoxLineNo.setTitle(_translate("ConfigurationDialog", "Line No")) |
1143 | 1162 |
self.pushButtonLineNoAttribute.setText(_translate("ConfigurationDialog", "Attribute")) |
내보내기 Unified diff