qt: tweak program settings layout

This commit is contained in:
ts-korhonen
2022-01-14 21:32:19 +02:00
parent 5742ae4747
commit d4ca5e093d

View File

@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>400</width> <width>370</width>
<height>300</height> <height>228</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -16,8 +16,8 @@
<widget class="QDialogButtonBox" name="buttonBox"> <widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>30</x> <x>20</x>
<y>240</y> <y>190</y>
<width>341</width> <width>341</width>
<height>32</height> <height>32</height>
</rect> </rect>
@@ -32,8 +32,8 @@
<widget class="QComboBox" name="comboBox"> <widget class="QComboBox" name="comboBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>10</x>
<y>80</y> <y>30</y>
<width>351</width> <width>351</width>
<height>25</height> <height>25</height>
</rect> </rect>
@@ -50,9 +50,9 @@
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>10</x>
<y>60</y> <y>10</y>
<width>54</width> <width>351</width>
<height>17</height> <height>17</height>
</rect> </rect>
</property> </property>
@@ -63,8 +63,8 @@
<widget class="QPushButton" name="pushButton"> <widget class="QPushButton" name="pushButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>290</x> <x>280</x>
<y>110</y> <y>60</y>
<width>80</width> <width>80</width>
<height>25</height> <height>25</height>
</rect> </rect>
@@ -76,9 +76,9 @@
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>10</x>
<y>140</y> <y>90</y>
<width>91</width> <width>351</width>
<height>16</height> <height>16</height>
</rect> </rect>
</property> </property>
@@ -89,8 +89,8 @@
<widget class="QPushButton" name="pushButtonLanguage"> <widget class="QPushButton" name="pushButtonLanguage">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>290</x> <x>280</x>
<y>190</y> <y>140</y>
<width>80</width> <width>80</width>
<height>23</height> <height>23</height>
</rect> </rect>
@@ -102,8 +102,8 @@
<widget class="QComboBox" name="comboBoxLanguage"> <widget class="QComboBox" name="comboBoxLanguage">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>10</x>
<y>160</y> <y>110</y>
<width>351</width> <width>351</width>
<height>23</height> <height>23</height>
</rect> </rect>