Add scroll to layout page (graphics)

This commit is contained in:
SeppNel 2025-05-02 21:52:16 +02:00 committed by OpenSauce
parent 32d5036fc6
commit 89974af0ef

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>705</width> <width>705</width>
<height>950</height> <height>856</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
@ -19,7 +19,22 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>689</width>
<height>840</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QGroupBox" name="layout_group"> <widget class="QGroupBox" name="layout_group">
<property name="enabled"> <property name="enabled">
@ -132,13 +147,13 @@
<item> <item>
<widget class="QDoubleSpinBox" name="screen_gap"> <widget class="QDoubleSpinBox" name="screen_gap">
<property name="minimum"> <property name="minimum">
<double>0.0</double> <double>0.000000000000000</double>
</property> </property>
<property name="maximum"> <property name="maximum">
<double>720.0</double> <double>720.000000000000000</double>
</property> </property>
<property name="value"> <property name="value">
<double>0.0</double> <double>0.000000000000000</double>
</property> </property>
</widget> </widget>
</item> </item>
@ -146,7 +161,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QWidget" name="widget" native="true"> <widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="proportion_layout"> <layout class="QHBoxLayout" name="proportion_layout">
<property name="leftMargin"> <property name="leftMargin">
<number>0</number> <number>0</number>
@ -161,7 +176,7 @@
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_4">
<property name="text"> <property name="text">
<string>Large Screen Proportion</string> <string>Large Screen Proportion</string>
</property> </property>
@ -320,7 +335,7 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QSpinBox" name="custom_top_x"> <widget class="QSpinBox" name="custom_top_x">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -340,7 +355,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QSpinBox" name="custom_top_y"> <widget class="QSpinBox" name="custom_top_y">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -360,7 +375,7 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QSpinBox" name="custom_top_width"> <widget class="QSpinBox" name="custom_top_width">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -380,7 +395,7 @@
<item row="3" column="1"> <item row="3" column="1">
<widget class="QSpinBox" name="custom_top_height"> <widget class="QSpinBox" name="custom_top_height">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -415,7 +430,7 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QSpinBox" name="custom_bottom_x"> <widget class="QSpinBox" name="custom_bottom_x">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -435,7 +450,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QSpinBox" name="custom_bottom_y"> <widget class="QSpinBox" name="custom_bottom_y">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -455,7 +470,7 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QSpinBox" name="custom_bottom_width"> <widget class="QSpinBox" name="custom_bottom_width">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -475,7 +490,7 @@
<item row="3" column="1"> <item row="3" column="1">
<widget class="QSpinBox" name="custom_bottom_height"> <widget class="QSpinBox" name="custom_bottom_height">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -502,7 +517,7 @@
<item> <item>
<widget class="QSpinBox" name="custom_second_layer_opacity"> <widget class="QSpinBox" name="custom_second_layer_opacity">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::PlusMinus</enum> <enum>QAbstractSpinBox::ButtonSymbols::PlusMinus</enum>
</property> </property>
<property name="minimum"> <property name="minimum">
<number>10</number> <number>10</number>
@ -547,7 +562,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QSpinBox" name="screen_top_leftright_padding"> <widget class="QSpinBox" name="screen_top_leftright_padding">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -574,7 +589,7 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QSpinBox" name="screen_top_topbottom_padding"> <widget class="QSpinBox" name="screen_top_topbottom_padding">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -623,7 +638,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QSpinBox" name="screen_bottom_leftright_padding"> <widget class="QSpinBox" name="screen_bottom_leftright_padding">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -636,7 +651,7 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QSpinBox" name="screen_bottom_topbottom_padding"> <widget class="QSpinBox" name="screen_bottom_topbottom_padding">
<property name="buttonSymbols"> <property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum> <enum>QAbstractSpinBox::ButtonSymbols::NoButtons</enum>
</property> </property>
<property name="suffix"> <property name="suffix">
<string>px</string> <string>px</string>
@ -682,26 +697,22 @@
<item> <item>
<spacer name="verticalSpacer"> <spacer name="verticalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Orientation::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>270</height> <height>43</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
</widget> </widget>
<tabstops> </widget>
<tabstop>layout_combobox</tabstop> </item>
<tabstop>toggle_swap_screen</tabstop> </layout>
<tabstop>toggle_upright_screen</tabstop> </widget>
<tabstop>large_screen_proportion</tabstop>
<tabstop>small_screen_position_combobox</tabstop>
<tabstop>bg_button</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>