mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Minor UI adjustments
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<property name="windowTitle">
|
||||
<string>Copy models from other swift versions</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_CopyModelsFromOtherSwiftVersions" stretch="2,1,5">
|
||||
<layout class="QVBoxLayout" name="vl_CopyModelsFromOtherSwiftVersions">
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_OtherSwiftVersions">
|
||||
<property name="title">
|
||||
|
||||
@@ -251,14 +251,14 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="2" colspan="9">
|
||||
<item row="10" column="2" colspan="9" alignment="Qt::AlignTop">
|
||||
<widget class="QLabel" name="lbl_DatabaseUrl">
|
||||
<property name="text">
|
||||
<string>Checking DB URL</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="11" column="2" colspan="9">
|
||||
<item row="11" column="2" colspan="9" alignment="Qt::AlignTop">
|
||||
<widget class="QLabel" name="lbl_SharedUrls">
|
||||
<property name="text">
|
||||
<string>Shared URL will go here</string>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>427</width>
|
||||
<height>205</height>
|
||||
<height>257</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -43,7 +43,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_Explaination">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-size:9pt;">The </span><span style=" font-size:9pt; font-style:italic;">swift</span><span style=" font-size:9pt;"> probe allows to query data around the displayed aircraft. It is needed whenever you use the 32bit version of the P3D/FSX driver. The probe needs to be copied into the SimObjects/Misc folder.</span></p></body></html></string>
|
||||
<string><html><head/><body><p><span style=" font-size:9pt;">The </span><span style=" font-size:9pt; font-style:italic;">swift</span><span style=" font-size:9pt;"> probe allows to query data around the displayed aircraft. It is needed whenever you use the 32bit version of the P3D/FSX driver. The probe will be copied into the SimObjects/Misc folder.</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
@@ -92,15 +92,21 @@
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lbl_Target">
|
||||
<property name="toolTip">
|
||||
<string>The target directory, "SimObjects"</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Target:</string>
|
||||
<string>Target ("SimObjects") dir.:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="le_Target">
|
||||
<property name="toolTip">
|
||||
<string>specify the "SimObjects" directory</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>specify the SimObjects directory</string>
|
||||
<string>specify the "SimObjects" directory</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -138,7 +144,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lbl_Source">
|
||||
<property name="text">
|
||||
<string>Source:</string>
|
||||
<string>Source directory:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -158,8 +164,8 @@
|
||||
<tabstops>
|
||||
<tabstop>le_Source</tabstop>
|
||||
<tabstop>le_Target</tabstop>
|
||||
<tabstop>pb_Copy</tabstop>
|
||||
<tabstop>pb_DirectoryBrowser</tabstop>
|
||||
<tabstop>pb_Copy</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
Reference in New Issue
Block a user