Minor UI adjustments

This commit is contained in:
Klaus Basan
2018-11-17 23:04:14 +01:00
parent cb422d72cf
commit 8439f19ca3
3 changed files with 15 additions and 9 deletions

View File

@@ -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">

View File

@@ -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>

View File

@@ -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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;The &lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-style:italic;&quot;&gt;swift&lt;/span&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt; 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.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt;The &lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-style:italic;&quot;&gt;swift&lt;/span&gt;&lt;span style=&quot; font-size:9pt;&quot;&gt; 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.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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, &quot;SimObjects&quot;</string>
</property>
<property name="text">
<string>Target:</string>
<string>Target (&quot;SimObjects&quot;) dir.:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="le_Target">
<property name="toolTip">
<string>specify the &quot;SimObjects&quot; directory</string>
</property>
<property name="placeholderText">
<string>specify the SimObjects directory</string>
<string>specify the &quot;SimObjects&quot; 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/>