qt: Attempt to make dialogs closer to Win32

This commit is contained in:
Cacodemon345
2022-02-15 15:14:45 +06:00
parent 0d31bb0cc6
commit 1e55e86f72
11 changed files with 308 additions and 277 deletions

View File

@@ -36,7 +36,14 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxRTC"/>
<widget class="QComboBox" name="comboBoxRTC">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonConfigureRTC">
@@ -92,7 +99,14 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBoxCard1"/>
<widget class="QComboBox" name="comboBoxCard1">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_2">