프로젝트

일반

사용자정보

개정판 d6848762

IDd6848762803f966901b5489bd5754968d0b420cb
상위 af52cf95
하위 9b75788a

함의성이(가) 4년 이상 전에 추가함

issue #000: fix typo

Change-Id: I84caec17069bc61b074c1d89fa9661da25bb1bf2

차이점 보기:

DTI_PID/DTI_PID/MainWindow_UI.py
1 1
# -*- coding: utf-8 -*-
2 2

  
3
# Form implementation generated from reading ui file '.\UI\MainWindow.ui'
3
# Form implementation generated from reading ui file './UI/MainWindow.ui'
4 4
#
5
# Created by: PyQt5 UI code generator 5.13.1
5
# Created by: PyQt5 UI code generator 5.11.3
6 6
#
7 7
# WARNING! All changes made in this file will be lost!
8 8

  
9

  
10 9
from PyQt5 import QtCore, QtGui, QtWidgets
11 10

  
12

  
13 11
class Ui_MainWindow(object):
14 12
    def setupUi(self, MainWindow):
15 13
        MainWindow.setObjectName("MainWindow")
......
884 882
        self.actionReadme.setText(_translate("MainWindow", "Readme"))
885 883
        self.actionImport_Text_from_CAD_for_Instrument.setText(_translate("MainWindow", "Import Text from CAD for Instrument"))
886 884
        self.actionStreamline.setText(_translate("MainWindow", "Streamline"))
885

  
887 886
import MainWindow_rc
887

  
888
if __name__ == "__main__":
889
    import sys
890
    app = QtWidgets.QApplication(sys.argv)
891
    MainWindow = QtWidgets.QMainWindow()
892
    ui = Ui_MainWindow()
893
    ui.setupUi(MainWindow)
894
    MainWindow.show()
895
    sys.exit(app.exec_())
896

  

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)