Wizard UI adjustments

This commit is contained in:
Klaus Basan
2018-09-02 18:39:57 +02:00
committed by Roland Winklmeier
parent 809c845a02
commit 76cf63f149
3 changed files with 18 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>644</width>
<height>253</height>
<height>367</height>
</rect>
</property>
<property name="windowTitle">
@@ -260,6 +260,12 @@
</item>
<item row="11" column="2" colspan="9" alignment="Qt::AlignTop">
<widget class="QLabel" name="lbl_SharedUrls">
<property name="minimumSize">
<size>
<width>0</width>
<height>125</height>
</size>
</property>
<property name="text">
<string>Checking shared servers' URLs</string>
</property>

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>412</height>
<width>336</width>
<height>443</height>
</rect>
</property>
<property name="windowTitle">
@@ -27,7 +27,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 model set defines aircraft you will use in the simulator. From all models you have installed on your disk you can select a subset actually being used for model matching.&lt;br/&gt;&lt;br/&gt;1) Reload your models if not already done&lt;br/&gt;2) Create your model set and SAVE the model set&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;The model set defines aircraft you will use in the simulator. From all models you have installed on your disk you can select a subset actually being used for model matching.&lt;br/&gt;&lt;br/&gt;Hint: If you already have a model set, or you have copied the model set, you can skip this step.&lt;br/&gt;&lt;br/&gt;1) Reload your models if not already done&lt;br/&gt;2) Create your model set and SAVE the model set&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
@@ -187,7 +187,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>200</height>
<height>150</height>
</size>
</property>
</widget>

View File

@@ -52,7 +52,7 @@
</layout>
</widget>
</item>
<item>
<item alignment="Qt::AlignTop">
<widget class="QGroupBox" name="gb_DataLoading">
<property name="title">
<string>Data loading</string>
@@ -82,6 +82,12 @@
</item>
<item>
<widget class="BlackGui::Components::CDbLoadOverviewComponent" name="comp_DataUpdates">
<property name="minimumSize">
<size>
<width>0</width>
<height>200</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>