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

View File

@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>640</width> <width>336</width>
<height>412</height> <height>443</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -27,7 +27,7 @@
<item> <item>
<widget class="QLabel" name="lbl_Explaination"> <widget class="QLabel" name="lbl_Explaination">
<property name="text"> <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>
<property name="textFormat"> <property name="textFormat">
<enum>Qt::RichText</enum> <enum>Qt::RichText</enum>
@@ -187,7 +187,7 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>200</height> <height>150</height>
</size> </size>
</property> </property>
</widget> </widget>

View File

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