개정판 3667745d
issue #477:
- set maximum size of right widget
DTI_PID/DTI_PID/SymbolEditor_UI.py | ||
---|---|---|
2 | 2 | |
3 | 3 |
# Form implementation generated from reading ui file '.\UI\SymbolEditor.ui' |
4 | 4 |
# |
5 |
# Created by: PyQt5 UI code generator 5.10.1
|
|
5 |
# Created by: PyQt5 UI code generator 5.11.3
|
|
6 | 6 |
# |
7 | 7 |
# WARNING! All changes made in this file will be lost! |
8 | 8 | |
... | ... | |
13 | 13 |
Dialog.setObjectName("Dialog") |
14 | 14 |
Dialog.resize(1280, 721) |
15 | 15 |
Dialog.setMinimumSize(QtCore.QSize(1280, 720)) |
16 |
Dialog.setMaximumSize(QtCore.QSize(1280, 16777215)) |
|
16 | 17 |
font = QtGui.QFont() |
17 | 18 |
font.setFamily("맑은 고딕") |
18 | 19 |
Dialog.setFont(font) |
... | ... | |
279 | 280 |
self.gridLayout.addLayout(self.verticalLayout_2, 0, 0, 1, 1) |
280 | 281 |
self.widget = QtWidgets.QWidget(self.splitter) |
281 | 282 |
self.widget.setMinimumSize(QtCore.QSize(400, 0)) |
282 |
self.widget.setMaximumSize(QtCore.QSize(16777215, 16777215))
|
|
283 |
self.widget.setMaximumSize(QtCore.QSize(400, 16777215))
|
|
283 | 284 |
self.widget.setObjectName("widget") |
284 | 285 |
self.gridLayout_2 = QtWidgets.QGridLayout(self.widget) |
285 | 286 |
self.gridLayout_2.setContentsMargins(0, 0, 0, 0) |
... | ... | |
293 | 294 |
self.scrollArea.setWidgetResizable(True) |
294 | 295 |
self.scrollArea.setObjectName("scrollArea") |
295 | 296 |
self.scrollAreaWidgetContents = QtWidgets.QWidget() |
296 |
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 585, 652))
|
|
297 |
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 378, 652))
|
|
297 | 298 |
self.scrollAreaWidgetContents.setMinimumSize(QtCore.QSize(378, 0)) |
298 | 299 |
self.scrollAreaWidgetContents.setMaximumSize(QtCore.QSize(16777215, 16777215)) |
299 | 300 |
self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") |
DTI_PID/DTI_PID/UI/SymbolEditor.ui | ||
---|---|---|
16 | 16 |
<height>720</height> |
17 | 17 |
</size> |
18 | 18 |
</property> |
19 |
<property name="maximumSize"> |
|
20 |
<size> |
|
21 |
<width>1280</width> |
|
22 |
<height>16777215</height> |
|
23 |
</size> |
|
24 |
</property> |
|
19 | 25 |
<property name="font"> |
20 | 26 |
<font> |
21 | 27 |
<family>맑은 고딕</family> |
... | ... | |
618 | 624 |
</property> |
619 | 625 |
<property name="maximumSize"> |
620 | 626 |
<size> |
621 |
<width>16777215</width>
|
|
627 |
<width>400</width>
|
|
622 | 628 |
<height>16777215</height> |
623 | 629 |
</size> |
624 | 630 |
</property> |
... | ... | |
650 | 656 |
<rect> |
651 | 657 |
<x>0</x> |
652 | 658 |
<y>0</y> |
653 |
<width>585</width>
|
|
659 |
<width>378</width>
|
|
654 | 660 |
<height>652</height> |
655 | 661 |
</rect> |
656 | 662 |
</property> |
내보내기 Unified diff