개정판 21bb0035
issue #655: 문자 학습 다이얼로그의 탭 순서 변경
Change-Id: I31dc7e1e2e977606bee44d844a4b573659d054db
DTI_PID/DTI_PID/TrainingEditor_UI.py | ||
---|---|---|
1 | 1 |
# -*- coding: utf-8 -*- |
2 | 2 |
|
3 |
# Form implementation generated from reading ui file './UI/TrainingEditor.ui'
|
|
3 |
# Form implementation generated from reading ui file '.\UI\TrainingEditor.ui'
|
|
4 | 4 |
# |
5 |
# Created by: PyQt5 UI code generator 5.11.3
|
|
5 |
# Created by: PyQt5 UI code generator 5.13.0
|
|
6 | 6 |
# |
7 | 7 |
# WARNING! All changes made in this file will be lost! |
8 | 8 |
|
9 |
|
|
9 | 10 |
from PyQt5 import QtCore, QtGui, QtWidgets |
10 | 11 |
|
12 |
|
|
11 | 13 |
class Ui_TrainingEditorDialog(object): |
12 | 14 |
def setupUi(self, TrainingEditorDialog): |
13 | 15 |
TrainingEditorDialog.setObjectName("TrainingEditorDialog") |
... | ... | |
173 | 175 |
|
174 | 176 |
self.retranslateUi(TrainingEditorDialog) |
175 | 177 |
QtCore.QMetaObject.connectSlotsByName(TrainingEditorDialog) |
178 |
TrainingEditorDialog.setTabOrder(self.pushButtonZoom, self.pushButtonAdd) |
|
179 |
TrainingEditorDialog.setTabOrder(self.pushButtonAdd, self.pushButtonDelete) |
|
180 |
TrainingEditorDialog.setTabOrder(self.pushButtonDelete, self.pushButtonSplit) |
|
181 |
TrainingEditorDialog.setTabOrder(self.pushButtonSplit, self.spinBoxLeft) |
|
182 |
TrainingEditorDialog.setTabOrder(self.spinBoxLeft, self.spinBoxTop) |
|
183 |
TrainingEditorDialog.setTabOrder(self.spinBoxTop, self.spinBoxWidth) |
|
184 |
TrainingEditorDialog.setTabOrder(self.spinBoxWidth, self.spinBoxHeight) |
|
185 |
TrainingEditorDialog.setTabOrder(self.spinBoxHeight, self.lineEditChar) |
|
186 |
TrainingEditorDialog.setTabOrder(self.lineEditChar, self.pushButtonSave) |
|
187 |
TrainingEditorDialog.setTabOrder(self.pushButtonSave, self.pushButtonCancel) |
|
176 | 188 |
|
177 | 189 |
def retranslateUi(self, TrainingEditorDialog): |
178 | 190 |
_translate = QtCore.QCoreApplication.translate |
... | ... | |
188 | 200 |
self.label_5.setText(_translate("TrainingEditorDialog", "Width")) |
189 | 201 |
self.pushButtonSave.setText(_translate("TrainingEditorDialog", "Save")) |
190 | 202 |
self.pushButtonCancel.setText(_translate("TrainingEditorDialog", "Close")) |
191 |
|
|
192 |
|
|
193 |
if __name__ == "__main__": |
|
194 |
import sys |
|
195 |
app = QtWidgets.QApplication(sys.argv) |
|
196 |
TrainingEditorDialog = QtWidgets.QDialog() |
|
197 |
ui = Ui_TrainingEditorDialog() |
|
198 |
ui.setupUi(TrainingEditorDialog) |
|
199 |
TrainingEditorDialog.show() |
|
200 |
sys.exit(app.exec_()) |
|
201 |
|
DTI_PID/DTI_PID/UI/TrainingEditor.ui | ||
---|---|---|
468 | 468 |
</item> |
469 | 469 |
</layout> |
470 | 470 |
</widget> |
471 |
<tabstops> |
|
472 |
<tabstop>pushButtonZoom</tabstop> |
|
473 |
<tabstop>pushButtonAdd</tabstop> |
|
474 |
<tabstop>pushButtonDelete</tabstop> |
|
475 |
<tabstop>pushButtonSplit</tabstop> |
|
476 |
<tabstop>spinBoxLeft</tabstop> |
|
477 |
<tabstop>spinBoxTop</tabstop> |
|
478 |
<tabstop>spinBoxWidth</tabstop> |
|
479 |
<tabstop>spinBoxHeight</tabstop> |
|
480 |
<tabstop>lineEditChar</tabstop> |
|
481 |
<tabstop>pushButtonSave</tabstop> |
|
482 |
<tabstop>pushButtonCancel</tabstop> |
|
483 |
</tabstops> |
|
471 | 484 |
<resources/> |
472 | 485 |
<connections/> |
473 | 486 |
</ui> |
내보내기 Unified diff