Some minor UI improvements

* buttons right aligned
* min-height in qss
* removed "public slots" where not needed
* QMessageBox when changing widget style (because it is so slow)
This commit is contained in:
Klaus Basan
2018-01-18 03:06:42 +01:00
parent 8273a9881f
commit b574ede2e2
8 changed files with 187 additions and 115 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>250</width>
<height>235</height>
<width>220</width>
<height>225</height>
</rect>
</property>
<property name="windowTitle">
@@ -93,7 +93,7 @@
<string>0-100%</string>
</property>
<property name="text">
<string>Opacity</string>
<string>Opacity:</string>
</property>
</widget>
</item>
@@ -125,7 +125,7 @@
<item row="2" column="0">
<widget class="QLabel" name="lbl_SettingsGuiWidgetStyle">
<property name="text">
<string>Widget style</string>
<string>Widget style:</string>
</property>
</widget>
</item>
@@ -135,7 +135,7 @@
<item row="3" column="0">
<widget class="QLabel" name="lbl_PreferredMultiSelect">
<property name="text">
<string>Selection</string>
<string>Selection:</string>
</property>
</widget>
</item>