개정판 1470d681
issue #000 : UI 수정
1. Alignment
2. Resource 파일의 Prefix 변경 newPrefix => images
Change-Id: Iec6b13af196fdc8f06717c7ad9ab2596ea901691
HYTOS/HYTOS/Project_UI.py | ||
---|---|---|
43 | 43 |
font = QtGui.QFont() |
44 | 44 |
font.setFamily("맑은 고딕") |
45 | 45 |
font.setPointSize(10) |
46 |
font.setBold(True)
|
|
47 |
font.setWeight(75)
|
|
46 |
font.setBold(False)
|
|
47 |
font.setWeight(50)
|
|
48 | 48 |
self.comboBox.setFont(font) |
49 | 49 |
self.comboBox.setObjectName("comboBox") |
50 | 50 |
self.horizontalLayout.addWidget(self.comboBox) |
... | ... | |
70 | 70 |
self.horizontalLayout.addWidget(self.toolButtonDelete) |
71 | 71 |
self.formLayout.setLayout(0, QtWidgets.QFormLayout.FieldRole, self.horizontalLayout) |
72 | 72 |
self.lineEditProjectDesc = QtWidgets.QLineEdit(ProjectDialog) |
73 |
font = QtGui.QFont() |
|
74 |
font.setBold(False) |
|
75 |
font.setWeight(50) |
|
76 |
self.lineEditProjectDesc.setFont(font) |
|
73 | 77 |
self.lineEditProjectDesc.setObjectName("lineEditProjectDesc") |
74 | 78 |
self.formLayout.setWidget(1, QtWidgets.QFormLayout.FieldRole, self.lineEditProjectDesc) |
75 | 79 |
self.label_2 = QtWidgets.QLabel(ProjectDialog) |
... | ... | |
108 | 112 |
_translate = QtCore.QCoreApplication.translate |
109 | 113 |
ProjectDialog.setWindowTitle(_translate("ProjectDialog", "Project")) |
110 | 114 |
self.label.setText(_translate("ProjectDialog", "Project Name")) |
115 |
self.toolButton.setToolTip(_translate("ProjectDialog", "Add Project")) |
|
116 |
self.toolButtonDelete.setToolTip(_translate("ProjectDialog", "Delete Project")) |
|
111 | 117 |
self.label_2.setText(_translate("ProjectDialog", "Project Desc")) |
112 | 118 |
import Resource_rc |
내보내기 Unified diff