개정판 f3178bb6
issue #000: hide project name for demo
Change-Id: If79bd19ae0a164d3ed03ba5909e904ac355eaa96
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
113 | 113 |
project = docData.getCurrentProject() |
114 | 114 |
_translate = QCoreApplication.translate |
115 | 115 |
version = QCoreApplication.applicationVersion() |
116 |
self.setWindowTitle(_translate("Digital P&ID({}) - {}".format(version, project.name), |
|
117 |
"Digital P&ID({}) - {}".format(version, project.name))) |
|
116 |
# set title |
|
117 |
self.setWindowTitle(_translate("Digital P&ID({}) - {}".format(version, 'Doftech'), |
|
118 |
"Digital P&ID({}) - {}".format(version, 'Doftech'))) |
|
118 | 119 |
|
119 | 120 |
self.lineComboBox = QComboBox(self.toolBar) |
120 | 121 |
for condition in LineTypeConditions.items(): |
내보내기 Unified diff