개정판 26b3fef2
issue #1396: 자동 업데이트 기능 추가
Change-Id: I2ad6dde79152bc08301ef82336df271d2c2bbafb
DTI_PID/DTI_PID/Project_UI.py | ||
---|---|---|
2 | 2 |
|
3 | 3 |
# Form implementation generated from reading ui file '.\UI\Project.ui' |
4 | 4 |
# |
5 |
# Created by: PyQt5 UI code generator 5.13.0
|
|
5 |
# Created by: PyQt5 UI code generator 5.15.4
|
|
6 | 6 |
# |
7 |
# WARNING! All changes made in this file will be lost! |
|
7 |
# WARNING: Any manual changes made to this file will be lost when pyuic5 is |
|
8 |
# run again. Do not edit this file unless you know what you are doing. |
|
8 | 9 |
|
9 | 10 |
|
10 | 11 |
from PyQt5 import QtCore, QtGui, QtWidgets |
... | ... | |
34 | 35 |
self.buttonBox.setFont(font) |
35 | 36 |
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok) |
36 | 37 |
self.buttonBox.setObjectName("buttonBox") |
37 |
self.gridLayout.addWidget(self.buttonBox, 2, 0, 1, 1)
|
|
38 |
self.gridLayout.addWidget(self.buttonBox, 3, 0, 1, 1)
|
|
38 | 39 |
self.groupBoxDBType = QtWidgets.QGroupBox(ProjectDialog) |
39 | 40 |
self.groupBoxDBType.setObjectName("groupBoxDBType") |
40 | 41 |
self.gridLayout_2 = QtWidgets.QGridLayout(self.groupBoxDBType) |
... | ... | |
143 | 144 |
self.label_3.setObjectName("label_3") |
144 | 145 |
self.gridLayout_4.addWidget(self.label_3, 2, 0, 1, 1) |
145 | 146 |
self.gridLayout.addLayout(self.gridLayout_4, 0, 0, 1, 1) |
147 |
self.gridLayout_5 = QtWidgets.QGridLayout() |
|
148 |
self.gridLayout_5.setObjectName("gridLayout_5") |
|
149 |
self.label_4 = QtWidgets.QLabel(ProjectDialog) |
|
150 |
self.label_4.setObjectName("label_4") |
|
151 |
self.gridLayout_5.addWidget(self.label_4, 0, 0, 1, 1) |
|
152 |
self.lineEditUpdateURL = QtWidgets.QLineEdit(ProjectDialog) |
|
153 |
self.lineEditUpdateURL.setObjectName("lineEditUpdateURL") |
|
154 |
self.gridLayout_5.addWidget(self.lineEditUpdateURL, 0, 1, 1, 1) |
|
155 |
self.gridLayout.addLayout(self.gridLayout_5, 2, 0, 1, 1) |
|
146 | 156 |
|
147 | 157 |
self.retranslateUi(ProjectDialog) |
148 | 158 |
self.buttonBox.rejected.connect(ProjectDialog.reject) |
... | ... | |
172 | 182 |
self.label.setText(_translate("ProjectDialog", "Project Name")) |
173 | 183 |
self.label_2.setText(_translate("ProjectDialog", "Project Desc")) |
174 | 184 |
self.label_3.setText(_translate("ProjectDialog", "Project Unit")) |
185 |
self.label_4.setText(_translate("ProjectDialog", "Update URL : ")) |
|
175 | 186 |
import MainWindow_rc |
내보내기 Unified diff