mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
UI improvements
* mapping component does not need extra identifier as it uses "Identifiable" * misc smaller adjustments
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<layout class="QVBoxLayout" name="vl_IntroPage">
|
||||
<item>
|
||||
<widget class="QFrame" name="fr_Introduction">
|
||||
<layout class="QHBoxLayout" name="hl_Introduction">
|
||||
<layout class="QHBoxLayout" name="hl_Introduction" stretch="0,1">
|
||||
<property name="spacing">
|
||||
<number>20</number>
|
||||
</property>
|
||||
@@ -52,26 +52,16 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_IntroText">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>You are about to write a new mapping for your current model to the swift DB. Hereby you agree<br/>with the swift CLA and license terms. For details please consult the swift about and legal page.<br/>Thank you for supporting swift</p></body></html></string>
|
||||
<string><html><head/><body><p>You are about to write a new mapping for your current model to the swift DB. Hereby you agree with the swift CLA and license terms. For details please consult the swift about and legal page. </p><p>Thank you for supporting swift</p></body></html></string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="hs_Introduction">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -519,6 +509,12 @@
|
||||
</widget>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CDbDistributorComponent</class>
|
||||
<extends>QFrame</extends>
|
||||
<header>blackgui/components/dbdistributorcomponent.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CDbAircraftIcaoSelectorComponent</class>
|
||||
<extends>QFrame</extends>
|
||||
@@ -567,12 +563,6 @@
|
||||
<header>blackgui/editors/aircraftmodelform.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CDbDistributorComponent</class>
|
||||
<extends>QFrame</extends>
|
||||
<header>blackgui/components/dbdistributorcomponent.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CDbLoginComponent</class>
|
||||
<extends>QFrame</extends>
|
||||
|
||||
Reference in New Issue
Block a user