center single/multiple buttons in settings dialog

work/spdx
Michail Vourlakos 4 years ago
parent 761305af61
commit 5e3b9f61eb

@ -41,65 +41,73 @@
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<spacer name="horizontalSpacer"> <layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="orientation"> <item>
<enum>Qt::Horizontal</enum> <spacer name="horizontalSpacer">
</property> <property name="orientation">
<property name="sizeHint" stdset="0"> <enum>Qt::Horizontal</enum>
<size> </property>
<width>40</width> <property name="sizeHint" stdset="0">
<height>20</height> <size>
</size> <width>40</width>
</property> <height>20</height>
</spacer> </size>
</item> </property>
<item> </spacer>
<widget class="QToolButton" name="singleToolBtn"> </item>
<property name="sizePolicy"> <item>
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <widget class="QToolButton" name="singleToolBtn">
<horstretch>0</horstretch> <property name="sizePolicy">
<verstretch>0</verstretch> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
</sizepolicy> <horstretch>0</horstretch>
</property> <verstretch>0</verstretch>
<property name="toolTip"> </sizepolicy>
<string>Only one layout is applied at all times for all activities</string> </property>
</property> <property name="toolTip">
<property name="text"> <string>Only one layout is applied at all times for all activities</string>
<string comment="single layout">Single layout at all times</string> </property>
</property> <property name="text">
<property name="checkable"> <string comment="single layout">Single layout at all times</string>
<bool>true</bool> </property>
</property> <property name="checkable">
</widget> <bool>true</bool>
</item> </property>
<item> </widget>
<widget class="QToolButton" name="multipleToolBtn"> </item>
<property name="toolTip"> </layout>
<string>Multiple layouts can be present and active in memory at the same time for different activities</string>
</property>
<property name="text">
<string comment="multiple layouts">Multiple layouts based on activities</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer_2"> <layout class="QHBoxLayout" name="horizontalLayout_6">
<property name="orientation"> <item>
<enum>Qt::Horizontal</enum> <widget class="QToolButton" name="multipleToolBtn">
</property> <property name="toolTip">
<property name="sizeHint" stdset="0"> <string>Multiple layouts can be present and active in memory at the same time for different activities</string>
<size> </property>
<width>40</width> <property name="text">
<height>20</height> <string comment="multiple layouts">Multiple layouts based on activities</string>
</size> </property>
</property> <property name="checkable">
</spacer> <bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item> </item>
</layout> </layout>
</item> </item>

Loading…
Cancel
Save