mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T246, allow to copy model set or create 1st model set as dialog from mapping tool
This commit is contained in:
@@ -16,8 +16,15 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item alignment="Qt::AlignTop">
|
||||
<widget class="QFrame" name="fr_Info">
|
||||
<layout class="QGridLayout" name="gl_Info" columnstretch="1,5">
|
||||
<item row="0" column="1">
|
||||
<layout class="QHBoxLayout" name="hl_Info" stretch="0,1">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_SwiftIcon">
|
||||
<property name="text">
|
||||
<string><html><img src=":/own/icons/own/swift3D/sw3DOrange-32.png"></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_Explaination">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-size:9pt; font-weight:600; color:#ff0000;">WORK IN PROGRESS (experimental) </span><span style=" font-size:9pt;">The model set defines which aircraft you will use in the simulator. From all models you have installed on your disk you can select a subset actually being used.</span></p></body></html></string>
|
||||
@@ -30,13 +37,6 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="lbl_SwiftIcon">
|
||||
<property name="text">
|
||||
<string><html><img src=":/own/icons/own/swift3D/sw3DOrange-32.png"></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user