개정판 711ebc11
fix font
Change-Id: Id737859a093967ecc91fb55d35aaf28c6eb919c5
DTI_PID/DTI_PID/ProjectInfo_UI.py | ||
---|---|---|
69 | 69 |
self.label_43.setObjectName("label_43") |
70 | 70 |
self.gridLayout_25.addWidget(self.label_43, 3, 0, 1, 1) |
71 | 71 |
self.lineEditProjectDesc = QtWidgets.QLineEdit(self.groupBoxText) |
72 |
font = QtGui.QFont() |
|
73 |
font.setFamily("맑은 고딕") |
|
74 |
self.lineEditProjectDesc.setFont(font) |
|
75 | 72 |
self.lineEditProjectDesc.setObjectName("lineEditProjectDesc") |
76 | 73 |
self.gridLayout_25.addWidget(self.lineEditProjectDesc, 1, 1, 1, 2) |
77 | 74 |
self.label_7 = QtWidgets.QLabel(self.groupBoxText) |
... | ... | |
87 | 84 |
self.lineEditProjectName.setObjectName("lineEditProjectName") |
88 | 85 |
self.gridLayout_25.addWidget(self.lineEditProjectName, 0, 1, 1, 2) |
89 | 86 |
self.lineEditProjectOwner = QtWidgets.QLineEdit(self.groupBoxText) |
90 |
font = QtGui.QFont() |
|
91 |
font.setFamily("맑은 고딕") |
|
92 |
self.lineEditProjectOwner.setFont(font) |
|
93 | 87 |
self.lineEditProjectOwner.setObjectName("lineEditProjectOwner") |
94 | 88 |
self.gridLayout_25.addWidget(self.lineEditProjectOwner, 5, 1, 1, 2) |
95 | 89 |
self.label_17 = QtWidgets.QLabel(self.groupBoxText) |
... | ... | |
99 | 93 |
self.label_50.setObjectName("label_50") |
100 | 94 |
self.gridLayout_25.addWidget(self.label_50, 5, 0, 1, 1) |
101 | 95 |
self.lineEditProjectDuration = QtWidgets.QLineEdit(self.groupBoxText) |
102 |
font = QtGui.QFont() |
|
103 |
font.setFamily("맑은 고딕") |
|
104 |
self.lineEditProjectDuration.setFont(font) |
|
105 | 96 |
self.lineEditProjectDuration.setObjectName("lineEditProjectDuration") |
106 | 97 |
self.gridLayout_25.addWidget(self.lineEditProjectDuration, 4, 1, 1, 2) |
107 | 98 |
self.lineEditProjectContractor = QtWidgets.QLineEdit(self.groupBoxText) |
DTI_PID/DTI_PID/UI/ProjectInfo.ui | ||
---|---|---|
110 | 110 |
</widget> |
111 | 111 |
</item> |
112 | 112 |
<item row="1" column="1" colspan="2"> |
113 |
<widget class="QLineEdit" name="lineEditProjectDesc"> |
|
114 |
<property name="font"> |
|
115 |
<font> |
|
116 |
<family>맑은 고딕</family> |
|
117 |
</font> |
|
118 |
</property> |
|
119 |
</widget> |
|
113 |
<widget class="QLineEdit" name="lineEditProjectDesc"/> |
|
120 | 114 |
</item> |
121 | 115 |
<item row="1" column="0"> |
122 | 116 |
<widget class="QLabel" name="label_7"> |
... | ... | |
143 | 137 |
<widget class="QLineEdit" name="lineEditProjectName"/> |
144 | 138 |
</item> |
145 | 139 |
<item row="5" column="1" colspan="2"> |
146 |
<widget class="QLineEdit" name="lineEditProjectOwner"> |
|
147 |
<property name="font"> |
|
148 |
<font> |
|
149 |
<family>맑은 고딕</family> |
|
150 |
</font> |
|
151 |
</property> |
|
152 |
</widget> |
|
140 |
<widget class="QLineEdit" name="lineEditProjectOwner"/> |
|
153 | 141 |
</item> |
154 | 142 |
<item row="7" column="0"> |
155 | 143 |
<widget class="QLabel" name="label_17"> |
... | ... | |
166 | 154 |
</widget> |
167 | 155 |
</item> |
168 | 156 |
<item row="4" column="1" colspan="2"> |
169 |
<widget class="QLineEdit" name="lineEditProjectDuration"> |
|
170 |
<property name="font"> |
|
171 |
<font> |
|
172 |
<family>맑은 고딕</family> |
|
173 |
</font> |
|
174 |
</property> |
|
175 |
</widget> |
|
157 |
<widget class="QLineEdit" name="lineEditProjectDuration"/> |
|
176 | 158 |
</item> |
177 | 159 |
<item row="6" column="1" colspan="2"> |
178 | 160 |
<widget class="QLineEdit" name="lineEditProjectContractor"/> |
... | ... | |
481 | 463 |
</connection> |
482 | 464 |
</connections> |
483 | 465 |
<buttongroups> |
484 |
<buttongroup name="buttonGroup_12"/> |
|
485 |
<buttongroup name="buttonGroup_13"/> |
|
486 |
<buttongroup name="buttonGroup_10"/> |
|
487 |
<buttongroup name="buttonGroup_2"/> |
|
488 |
<buttongroup name="buttonGroup_14"/> |
|
489 |
<buttongroup name="buttonGroup_4"/> |
|
490 |
<buttongroup name="buttonGroup_5"/> |
|
491 |
<buttongroup name="buttonGroup_6"/> |
|
492 |
<buttongroup name="buttonGroup_11"/> |
|
493 |
<buttongroup name="buttonGroup_9"/> |
|
494 |
<buttongroup name="buttonGroup"/> |
|
495 |
<buttongroup name="buttonGroup_7"/> |
|
496 | 466 |
<buttongroup name="buttonGroup_3"/> |
497 |
<buttongroup name="buttonGroup_8"/>
|
|
467 |
<buttongroup name="buttonGroup_5"/>
|
|
498 | 468 |
</buttongroups> |
499 | 469 |
</ui> |
내보내기 Unified diff