개정판 24bbf9a4
issue #1465: test data
Change-Id: I66269d1bb7cc8aadb618e1e29c2182ce5b38dbaa
DTI_PID/DTI_PID/LineNoList_UI.py | ||
---|---|---|
11 | 11 |
class Ui_LineListTable(object): |
12 | 12 |
def setupUi(self, LineListTable): |
13 | 13 |
LineListTable.setObjectName("LineListTable") |
14 |
LineListTable.resize(555, 384)
|
|
14 |
LineListTable.resize(981, 384)
|
|
15 | 15 |
font = QtGui.QFont() |
16 | 16 |
font.setFamily("맑은 고딕") |
17 | 17 |
LineListTable.setFont(font) |
... | ... | |
22 | 22 |
self.gridLayout.setObjectName("gridLayout") |
23 | 23 |
self.horizontalLayout = QtWidgets.QHBoxLayout() |
24 | 24 |
self.horizontalLayout.setObjectName("horizontalLayout") |
25 |
self.line = QtWidgets.QFrame(LineListTable) |
|
26 |
self.line.setFrameShape(QtWidgets.QFrame.VLine) |
|
27 |
self.line.setFrameShadow(QtWidgets.QFrame.Sunken) |
|
28 |
self.line.setObjectName("line") |
|
29 |
self.horizontalLayout.addWidget(self.line) |
|
30 | 25 |
self.buttonBox = QtWidgets.QDialogButtonBox(LineListTable) |
31 | 26 |
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Close|QtWidgets.QDialogButtonBox.Save) |
32 | 27 |
self.buttonBox.setObjectName("buttonBox") |
... | ... | |
40 | 35 |
self.verticalLayout_3.setObjectName("verticalLayout_3") |
41 | 36 |
self.horizontalLayout_4 = QtWidgets.QHBoxLayout() |
42 | 37 |
self.horizontalLayout_4.setObjectName("horizontalLayout_4") |
43 |
self.tableWidgetLineList = QtWidgets.QTableWidget(self.groupBoxTitleBlock) |
|
44 |
self.tableWidgetLineList.setColumnCount(2) |
|
45 |
self.tableWidgetLineList.setObjectName("tableWidgetLineList") |
|
46 |
self.tableWidgetLineList.setRowCount(0) |
|
47 |
self.horizontalLayout_4.addWidget(self.tableWidgetLineList) |
|
38 |
self.tableViewLineList = QtWidgets.QTableView(self.groupBoxTitleBlock) |
|
39 |
self.tableViewLineList.setObjectName("tableViewLineList") |
|
40 |
self.horizontalLayout_4.addWidget(self.tableViewLineList) |
|
48 | 41 |
self.verticalLayout_3.addLayout(self.horizontalLayout_4) |
49 | 42 |
self.gridLayout_4.addLayout(self.verticalLayout_3, 0, 0, 1, 1) |
50 | 43 |
self.gridLayout.addWidget(self.groupBoxTitleBlock, 1, 0, 1, 1) |
DTI_PID/DTI_PID/UI/LineNoList.ui | ||
---|---|---|
6 | 6 |
<rect> |
7 | 7 |
<x>0</x> |
8 | 8 |
<y>0</y> |
9 |
<width>555</width>
|
|
9 |
<width>981</width>
|
|
10 | 10 |
<height>384</height> |
11 | 11 |
</rect> |
12 | 12 |
</property> |
... | ... | |
45 | 45 |
<item> |
46 | 46 |
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
47 | 47 |
<item> |
48 |
<widget class="QTableWidget" name="tableWidgetLineList"> |
|
49 |
<property name="columnCount"> |
|
50 |
<number>2</number> |
|
51 |
</property> |
|
52 |
<column/> |
|
53 |
<column/> |
|
54 |
</widget> |
|
48 |
<widget class="QTableView" name="tableViewLineList"/> |
|
55 | 49 |
</item> |
56 | 50 |
</layout> |
57 | 51 |
</item> |
내보내기 Unified diff