프로젝트

일반

사용자정보

개정판 f1d97e33

IDf1d97e331cf28e444b43bd6401f8576b1478d3cf
상위 5cf4d702
하위 d787e537

함의성이(가) 약 6년 전에 추가함

issue #503: ui naming

차이점 보기:

DTI_PID/DTI_PID/Configuration_Area_UI.py
1 1
# -*- coding: utf-8 -*-
2 2

  
3
# Form implementation generated from reading ui file '.\UI\Configuration_Area.ui'
3
# Form implementation generated from reading ui file './UI/Configuration_Area.ui'
4 4
#
5
# Created by: PyQt5 UI code generator 5.11.3
5
# Created by: PyQt5 UI code generator 5.11.2
6 6
#
7 7
# WARNING! All changes made in this file will be lost!
8 8

  
......
135 135
        self.verticalLayout_3.setObjectName("verticalLayout_3")
136 136
        self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
137 137
        self.horizontalLayout_4.setObjectName("horizontalLayout_4")
138
        self.tableWidget = QtWidgets.QTableWidget(self.groupBoxTitleBlock)
139
        self.tableWidget.setObjectName("tableWidget")
140
        self.tableWidget.setColumnCount(0)
141
        self.tableWidget.setRowCount(0)
142
        self.horizontalLayout_4.addWidget(self.tableWidget)
138
        self.tableWidgetTitleBlockArea = QtWidgets.QTableWidget(self.groupBoxTitleBlock)
139
        self.tableWidgetTitleBlockArea.setColumnCount(2)
140
        self.tableWidgetTitleBlockArea.setObjectName("tableWidgetTitleBlockArea")
141
        self.tableWidgetTitleBlockArea.setRowCount(0)
142
        self.horizontalLayout_4.addWidget(self.tableWidgetTitleBlockArea)
143 143
        self.verticalLayout_3.addLayout(self.horizontalLayout_4)
144 144
        self.gridLayout_4.addLayout(self.verticalLayout_3, 1, 0, 1, 1)
145 145
        self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
......
188 188
        self.pushButtonDelTitleBlockProp.setText(_translate("AreaDialog", "-"))
189 189

  
190 190
import MainWindow_rc
191

  
192
if __name__ == "__main__":
193
    import sys
194
    app = QtWidgets.QApplication(sys.argv)
195
    AreaDialog = QtWidgets.QDialog()
196
    ui = Ui_AreaDialog()
197
    ui.setupUi(AreaDialog)
198
    AreaDialog.show()
199
    sys.exit(app.exec_())
200

  
DTI_PID/DTI_PID/UI/Configuration_Area.ui
268 268
        <item>
269 269
         <layout class="QHBoxLayout" name="horizontalLayout_4">
270 270
          <item>
271
           <widget class="QTableWidget" name="tableWidget"/>
271
           <widget class="QTableWidget" name="tableWidgetTitleBlockArea">
272
            <property name="columnCount">
273
             <number>2</number>
274
            </property>
275
            <column/>
276
            <column/>
277
           </widget>
272 278
          </item>
273 279
         </layout>
274 280
        </item>

내보내기 Unified diff

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