Ref T443, P3D v4.4 combobox

This commit is contained in:
Klaus Basan
2018-12-11 11:40:49 +01:00
parent 6f10ec067d
commit 39a77d9c16

View File

@@ -156,14 +156,19 @@ console=1
<item row="0" column="1">
<widget class="QComboBox" name="cb_P3DVersion">
<property name="currentText">
<string>4.2 64bit</string>
<string>4.4 64bit</string>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<item>
<property name="text">
<string>4.1 64bit</string>
<string>4.4 64bit</string>
</property>
</item>
<item>
<property name="text">
<string>4.3 64bit</string>
</property>
</item>
<item>
@@ -173,7 +178,7 @@ console=1
</item>
<item>
<property name="text">
<string>4.3 64bit</string>
<string>4.1 64bit</string>
</property>
</item>
</widget>