프로젝트

일반

사용자정보

개정판 da48303e

IDda48303ee46427090f2e2b2cd100605f08cde5d3
상위 ad3424b7
하위 83ffe9fb, 711ebc11

함의성이(가) 일년 이상 전에 추가함

fix project info font

Change-Id: I986918f82996da19460abb2cd45670057b96bee3

차이점 보기:

DTI_PID/DTI_PID/ProjectInfo_UI.py
21 21
        icon = QtGui.QIcon()
22 22
        icon.addPixmap(QtGui.QPixmap(":/newPrefix/setting.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
23 23
        ProjectInfoDialog.setWindowIcon(icon)
24
        ProjectInfoDialog.setModal(True)
24
        ProjectInfoDialog.setModal(False)
25 25
        self.gridLayout = QtWidgets.QGridLayout(ProjectInfoDialog)
26 26
        self.gridLayout.setObjectName("gridLayout")
27 27
        self.buttonBox = QtWidgets.QDialogButtonBox(ProjectInfoDialog)
......
70 70
        self.gridLayout_25.addWidget(self.label_43, 3, 0, 1, 1)
71 71
        self.lineEditProjectDesc = QtWidgets.QLineEdit(self.groupBoxText)
72 72
        font = QtGui.QFont()
73
        font.setFamily("Consolas")
73
        font.setFamily("맑은 고딕")
74 74
        self.lineEditProjectDesc.setFont(font)
75 75
        self.lineEditProjectDesc.setObjectName("lineEditProjectDesc")
76 76
        self.gridLayout_25.addWidget(self.lineEditProjectDesc, 1, 1, 1, 2)
......
88 88
        self.gridLayout_25.addWidget(self.lineEditProjectName, 0, 1, 1, 2)
89 89
        self.lineEditProjectOwner = QtWidgets.QLineEdit(self.groupBoxText)
90 90
        font = QtGui.QFont()
91
        font.setFamily("Consolas")
91
        font.setFamily("맑은 고딕")
92 92
        self.lineEditProjectOwner.setFont(font)
93 93
        self.lineEditProjectOwner.setObjectName("lineEditProjectOwner")
94 94
        self.gridLayout_25.addWidget(self.lineEditProjectOwner, 5, 1, 1, 2)
......
100 100
        self.gridLayout_25.addWidget(self.label_50, 5, 0, 1, 1)
101 101
        self.lineEditProjectDuration = QtWidgets.QLineEdit(self.groupBoxText)
102 102
        font = QtGui.QFont()
103
        font.setFamily("Consolas")
103
        font.setFamily("맑은 고딕")
104 104
        self.lineEditProjectDuration.setFont(font)
105 105
        self.lineEditProjectDuration.setObjectName("lineEditProjectDuration")
106 106
        self.gridLayout_25.addWidget(self.lineEditProjectDuration, 4, 1, 1, 2)
DTI_PID/DTI_PID/UI/ProjectInfo.ui
23 23
    <normaloff>:/newPrefix/setting.png</normaloff>:/newPrefix/setting.png</iconset>
24 24
  </property>
25 25
  <property name="modal">
26
   <bool>true</bool>
26
   <bool>false</bool>
27 27
  </property>
28 28
  <layout class="QGridLayout" name="gridLayout">
29 29
   <item row="4" column="0">
......
113 113
             <widget class="QLineEdit" name="lineEditProjectDesc">
114 114
              <property name="font">
115 115
               <font>
116
                <family>Consolas</family>
116
                <family>맑은 고딕</family>
117 117
               </font>
118 118
              </property>
119 119
             </widget>
......
146 146
             <widget class="QLineEdit" name="lineEditProjectOwner">
147 147
              <property name="font">
148 148
               <font>
149
                <family>Consolas</family>
149
                <family>맑은 고딕</family>
150 150
               </font>
151 151
              </property>
152 152
             </widget>
......
169 169
             <widget class="QLineEdit" name="lineEditProjectDuration">
170 170
              <property name="font">
171 171
               <font>
172
                <family>Consolas</family>
172
                <family>맑은 고딕</family>
173 173
               </font>
174 174
              </property>
175 175
             </widget>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)