개정판 2a175efe
issue #1048: 도면 열기 기능 추가
Change-Id: I726bcefa620599eecab5155e8338eb0d57a46c73
HYTOS/HYTOS/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 | 5 |
# Created by: PyQt5 UI code generator 5.13.0 |
6 | 6 |
# |
... | ... | |
386 | 386 |
font.setWeight(50) |
387 | 387 |
self.actionCalculation.setFont(font) |
388 | 388 |
self.actionCalculation.setObjectName("actionCalculation") |
389 |
self.actionOpen = QtWidgets.QAction(MainWindow) |
|
390 |
self.actionOpen.setObjectName("actionOpen") |
|
389 | 391 |
self.menu.addAction(self.actionNew) |
390 |
self.menu.addAction(self.actionOpen) |
|
391 | 392 |
self.menu.addAction(self.actionSave) |
392 | 393 |
self.menu.addSeparator() |
393 | 394 |
self.menu.addAction(self.actionConfiguration) |
... | ... | |
495 | 496 |
self.actionCreate_Stream.setText(_translate("MainWindow", "Create Stream")) |
496 | 497 |
self.actionOptions.setText(_translate("MainWindow", "Options...")) |
497 | 498 |
self.actionCalculation.setToolTip(_translate("MainWindow", "Calculation")) |
499 |
self.actionOpen.setText(_translate("MainWindow", "Open")) |
|
500 |
self.actionOpen.setToolTip(_translate("MainWindow", "Open")) |
|
501 |
self.actionOpen.setShortcut(_translate("MainWindow", "Ctrl+O")) |
|
498 | 502 |
import Resource_rc |
HYTOS/HYTOS/UI/MainWindow.ui | ||
---|---|---|
59 | 59 |
</property> |
60 | 60 |
</widget> |
61 | 61 |
<addaction name="actionNew"/> |
62 |
<addaction name="actionOpen"/> |
|
63 | 62 |
<addaction name="actionSave"/> |
64 | 63 |
<addaction name="separator"/> |
65 | 64 |
<addaction name="actionConfiguration"/> |
... | ... | |
806 | 805 |
</font> |
807 | 806 |
</property> |
808 | 807 |
</action> |
808 |
<action name="actionOpen"> |
|
809 |
<property name="text"> |
|
810 |
<string>Open</string> |
|
811 |
</property> |
|
812 |
<property name="toolTip"> |
|
813 |
<string>Open</string> |
|
814 |
</property> |
|
815 |
<property name="shortcut"> |
|
816 |
<string>Ctrl+O</string> |
|
817 |
</property> |
|
818 |
</action> |
|
809 | 819 |
</widget> |
810 | 820 |
<resources> |
811 | 821 |
<include location="../res/Resource.qrc"/> |
내보내기 Unified diff