UI: Show sizing grip in dialogs where resizing is useful

Some windows, like the main window and Interact, already do this.
master
Matt Gajownik 2022-08-30 18:36:04 +10:00
parent 9613fe7d47
commit 247b688dea
10 changed files with 30 additions and 0 deletions

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>Basic.Filters</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,10">

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>Properties</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QSplitter" name="windowSplitter">

View File

@ -25,6 +25,9 @@
<property name="windowTitle">
<string>Settings</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>ExtraBrowsers</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>Importer</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>LogViewer</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>MissingFiles</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>RemuxRecordings</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">

View File

@ -19,6 +19,9 @@
<property name="windowTitle">
<string>YouTube.Actions.WindowTitle</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">

View File

@ -13,6 +13,9 @@
<property name="windowTitle">
<string>Scripts</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">