Skip to content

Commit

Permalink
MAINT(client): Save LookConfig.ui with Qt 6 Designer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Nov 12, 2024
1 parent 9c48561 commit 28697a2
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/mumble/LookConfig.ui
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<item row="1" column="0">
<widget class="QLabel" name="qliUserDrag">
<property name="text">
<string>User Dragging</string>
<string>&amp;User Dragging</string>
</property>
<property name="buddy">
<cstring>qcbUserDrag</cstring>
Expand All @@ -66,7 +66,7 @@
<item row="0" column="0">
<widget class="QLabel" name="qliChannelDrag">
<property name="text">
<string>Channel Dragging</string>
<string>Channel Dra&amp;gging</string>
</property>
<property name="buddy">
<cstring>qcbChannelDrag</cstring>
Expand All @@ -83,7 +83,7 @@
<item row="2" column="0">
<widget class="QLabel" name="qliExpand">
<property name="text">
<string>Expand</string>
<string>E&amp;xpand</string>
</property>
<property name="buddy">
<cstring>qcbExpand</cstring>
Expand Down Expand Up @@ -152,7 +152,7 @@
<item row="6" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -165,7 +165,7 @@
<item row="6" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down Expand Up @@ -209,7 +209,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Hybrid</string>
<string>H&amp;ybrid</string>
</property>
<property name="iconSize">
<size>
Expand Down Expand Up @@ -251,7 +251,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Stacked</string>
<string>Stac&amp;ked</string>
</property>
<property name="iconSize">
<size>
Expand Down Expand Up @@ -283,7 +283,7 @@
<item row="1" column="2">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down Expand Up @@ -325,7 +325,7 @@
<item row="1" column="4">
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -338,7 +338,7 @@
<item row="1" column="0">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -351,7 +351,7 @@
<item row="1" column="8">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -364,7 +364,7 @@
<item row="1" column="6">
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down Expand Up @@ -474,7 +474,7 @@
<item row="2" column="0">
<widget class="QLabel" name="qliQuitBehavior">
<property name="text">
<string>Quit Behavior</string>
<string>&amp;Quit Behavior</string>
</property>
<property name="buddy">
<cstring>qcbQuitBehavior</cstring>
Expand Down Expand Up @@ -812,7 +812,7 @@
<string>Relative font size to use in the Talking UI in percent.</string>
</property>
<property name="text">
<string>Rel. font size (%)</string>
<string>Rel. font si&amp;ze (%)</string>
</property>
<property name="buddy">
<cstring>qsbRelFontSize</cstring>
Expand Down Expand Up @@ -867,7 +867,7 @@
<item row="0" column="0">
<widget class="QLabel" name="qliTheme">
<property name="text">
<string>Theme</string>
<string>&amp;Theme</string>
</property>
<property name="buddy">
<cstring>qcbTheme</cstring>
Expand Down Expand Up @@ -913,7 +913,7 @@
<item row="6" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -926,7 +926,7 @@
<item row="2" column="0">
<widget class="QLabel" name="qliLanguage">
<property name="text">
<string>Language</string>
<string>&amp;Language</string>
</property>
<property name="buddy">
<cstring>qcbLanguage</cstring>
Expand All @@ -939,7 +939,7 @@
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1013,7 +1013,7 @@
<item row="2" column="0">
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down

0 comments on commit 28697a2

Please sign in to comment.