mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user