UI: Fixup minor Qt Creator inconsistencies

Qt Creator automatically adjusts these files when opened. Rather than
contributors having to manually undo these changes, just apply them
directly into the repository.
master
Matt Gajownik 2022-03-20 10:32:07 +11:00
parent 76893fb7b9
commit d066e89d56
3 changed files with 18 additions and 13 deletions

View File

@ -51,7 +51,6 @@
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
@ -83,7 +82,6 @@
<widget class="QLabel" name="label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>

View File

@ -419,7 +419,7 @@
<item row="7" column="1">
<widget class="QPushButton" name="connectAccount2">
<property name="cursor">
<cursorshape>PointingHandCursor</cursorshape>
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Basic.AutoConfig.StreamPage.ConnectAccount</string>
@ -451,7 +451,6 @@
<widget class="QLabel" name="connectedAccountText">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>

View File

@ -247,12 +247,12 @@
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="hideOBSFromCapture">
<property name="text">
<string>Basic.Settings.General.HideOBSWindowsFromCapture</string>
</property>
<property name="toolTip">
<string>Basic.Settings.General.HideOBSWindowsFromCapture.Tooltip</string>
</property>
<property name="text">
<string>Basic.Settings.General.HideOBSWindowsFromCapture</string>
</property>
</widget>
</item>
</layout>
@ -1320,7 +1320,7 @@
<item>
<widget class="QPushButton" name="connectAccount2">
<property name="cursor">
<cursorshape>PointingHandCursor</cursorshape>
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Basic.AutoConfig.StreamPage.ConnectAccount</string>
@ -4769,6 +4769,14 @@
<bool>true</bool>
</property>
<widget class="QWidget" name="hotkeyScrollContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>98</width>
<height>28</height>
</rect>
</property>
<layout class="QFormLayout" name="hotkeyFormLayout">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -4874,11 +4882,11 @@
</spacer>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="confirmOnExit">
<property name="text">
<string>Basic.Settings.Advanced.General.ConfirmOnExit</string>
</property>
</widget>
<widget class="QCheckBox" name="confirmOnExit">
<property name="text">
<string>Basic.Settings.Advanced.General.ConfirmOnExit</string>
</property>
</widget>
</item>
</layout>
</widget>