diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-09 15:56:12 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 10:41:57 +0200 |
commit | d8ebca7a6bb8cbff2f7ed5d62a6695695c0809e4 (patch) | |
tree | b3139fb06420b03b792d7b7f3b9018ee88df7894 /proto-sc | |
parent | 0eec855f4f5ac86f70525418918fd1ebb4d45e03 (diff) |
proto/simconnect: add instruction for SDK install
Diffstat (limited to 'proto-sc')
-rw-r--r-- | proto-sc/ftnoir_sccontrols.ui | 87 |
1 files changed, 62 insertions, 25 deletions
diff --git a/proto-sc/ftnoir_sccontrols.ui b/proto-sc/ftnoir_sccontrols.ui index 5b2fd291..34463870 100644 --- a/proto-sc/ftnoir_sccontrols.ui +++ b/proto-sc/ftnoir_sccontrols.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>290</width> - <height>79</height> + <width>346</width> + <height>148</height> </rect> </property> <property name="windowTitle"> @@ -26,34 +26,71 @@ <property name="autoFillBackground"> <bool>false</bool> </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>FSX version</string> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QFrame" name="frame"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>FSX version</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="comboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <item> + <property name="text"> + <string>SP1</string> + </property> + </item> + <item> + <property name="text"> + <string>SP2</string> + </property> + </item> + <item> + <property name="text"> + <string>Acceleration</string> + </property> + </item> + </widget> + </item> + </layout> </widget> </item> - <item row="0" column="1"> - <widget class="QComboBox" name="comboBox"> - <item> - <property name="text"> - <string>SP1</string> - </property> - </item> - <item> - <property name="text"> - <string>SP2</string> - </property> - </item> - <item> - <property name="text"> - <string>Acceleration</string> - </property> - </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>You need to install SimConnect SDK for your FSX version. For the Steam version, choose SP1 in the above combo box.</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> </widget> </item> - <item row="1" column="1"> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |