diff options
-rw-r--r-- | Swift/QtUI/QtHighlightEditor.ui | 57 |
1 files changed, 47 insertions, 10 deletions
diff --git a/Swift/QtUI/QtHighlightEditor.ui b/Swift/QtUI/QtHighlightEditor.ui index 09a7297..a2baffd 100644 --- a/Swift/QtUI/QtHighlightEditor.ui +++ b/Swift/QtUI/QtHighlightEditor.ui @@ -7,6 +7,6 @@ <x>0</x> <y>0</y> - <width>439</width> - <height>836</height> + <width>500</width> + <height>600</height> </rect> </property> @@ -19,6 +19,6 @@ <property name="minimumSize"> <size> - <width>439</width> - <height>836</height> + <width>500</width> + <height>600</height> </size> </property> @@ -28,4 +28,31 @@ <layout class="QVBoxLayout" name="verticalLayout_2"> <item> + <widget class="QScrollArea" name="scrollArea"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Sunken</enum> + </property> + <property name="widgetResizable"> + <bool>true</bool> + </property> + <widget class="QWidget" name="scrollAreaWidgetContents"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>463</width> + <height>792</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> <widget class="QLabel" name="label_5"> <property name="text"> @@ -38,5 +65,18 @@ </item> <item> - <widget class="QListWidget" name="listWidget"/> + <widget class="QListWidget" name="listWidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + </widget> </item> <item> @@ -402,9 +442,6 @@ </widget> </item> - <item> - <widget class="Line" name="line_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> + </layout> + </widget> </widget> </item> |