mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Mapping wizard UI adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
003ad0f0de
commit
c14235cbf8
@@ -66,15 +66,14 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QFormLayout" name="fl_IntroData">
|
<layout class="QVBoxLayout" name="vl_Intro">
|
||||||
<item row="0" column="0">
|
<item>
|
||||||
<widget class="QLabel" name="lbl_ModelString">
|
<widget class="QGroupBox" name="gb_Model">
|
||||||
<property name="text">
|
<property name="title">
|
||||||
<string>Model</string>
|
<string>Model</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<layout class="QVBoxLayout" name="vl_Model">
|
||||||
</item>
|
<item>
|
||||||
<item row="0" column="1">
|
|
||||||
<widget class="QLineEdit" name="le_ModelString">
|
<widget class="QLineEdit" name="le_ModelString">
|
||||||
<property name="whatsThis">
|
<property name="whatsThis">
|
||||||
<string>the unique key identifies each aircraft model</string>
|
<string>the unique key identifies each aircraft model</string>
|
||||||
@@ -87,7 +86,10 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0" colspan="2">
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
<widget class="QWidget" name="wi_Empty" native="true">
|
<widget class="QWidget" name="wi_Empty" native="true">
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
@@ -97,21 +99,20 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
<item>
|
||||||
<widget class="QLabel" name="lbl_AircraftIcaoCode">
|
<widget class="QGroupBox" name="gb_AircraftIcao">
|
||||||
<property name="text">
|
<property name="title">
|
||||||
<string>Aircraft ICAO code</string>
|
<string>Aircraft ICAO code</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<layout class="QVBoxLayout" name="vl_AircraftIcao">
|
||||||
</item>
|
<item>
|
||||||
<item row="2" column="1">
|
|
||||||
<widget class="BlackGui::Components::CDbAircraftIcaoSelectorComponent" name="selector_AircraftIcaoCode">
|
<widget class="BlackGui::Components::CDbAircraftIcaoSelectorComponent" name="selector_AircraftIcaoCode">
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
<enum>Qt::StrongFocus</enum>
|
<enum>Qt::StrongFocus</enum>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
<item>
|
||||||
<widget class="QWidget" name="wi_AircraftIcaoHints" native="true">
|
<widget class="QWidget" name="wi_AircraftIcaoHints" native="true">
|
||||||
<layout class="QHBoxLayout" name="hl_AircraftIcaoHints">
|
<layout class="QHBoxLayout" name="hl_AircraftIcaoHints">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
@@ -152,14 +153,23 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QGroupBox" name="gb_AirlineIcao">
|
||||||
|
<property name="title">
|
||||||
|
<string>Airline</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="vl_AirlineIcao">
|
||||||
|
<item>
|
||||||
<widget class="QLabel" name="lbl_AirlineOrNoAirline">
|
<widget class="QLabel" name="lbl_AirlineOrNoAirline">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Does the aircraft belong to an airline?</string>
|
<string>Does the aircraft belong to an airline?</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="1">
|
<item>
|
||||||
<widget class="QWidget" name="wi_AirlineOrNoAirline" native="true">
|
<widget class="QWidget" name="wi_AirlineOrNoAirline" native="true">
|
||||||
<layout class="QVBoxLayout" name="vl_AirlineOrNoAirline">
|
<layout class="QVBoxLayout" name="vl_AirlineOrNoAirline">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
@@ -185,6 +195,9 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QFrame" name="fr_IntroAirlineSelection">
|
<widget class="QFrame" name="fr_IntroAirlineSelection">
|
||||||
<layout class="QFormLayout" name="fl_AircraftIcaoIntro">
|
<layout class="QFormLayout" name="fl_AircraftIcaoIntro">
|
||||||
@@ -198,46 +211,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
|
||||||
<widget class="QLabel" name="lbl_AirlineName">
|
|
||||||
<property name="text">
|
|
||||||
<string>Airline name</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="4" column="1">
|
|
||||||
<widget class="BlackGui::Components::CDbAirlineNameSelectorComponent" name="selector_AirlineName">
|
|
||||||
<property name="maximumSize">
|
|
||||||
<size>
|
|
||||||
<width>225</width>
|
|
||||||
<height>16777215</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="focusPolicy">
|
|
||||||
<enum>Qt::StrongFocus</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="5" column="0">
|
|
||||||
<widget class="QLabel" name="lbl_VirtualAirline">
|
|
||||||
<property name="text">
|
|
||||||
<string>Virtual airline?</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="5" column="1">
|
|
||||||
<widget class="QCheckBox" name="cb_VirtualAirline"/>
|
|
||||||
</item>
|
|
||||||
<item row="6" column="0">
|
|
||||||
<widget class="QLabel" name="lbl_Military">
|
|
||||||
<property name="text">
|
|
||||||
<string>Military?</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="6" column="1">
|
|
||||||
<widget class="QCheckBox" name="cb_Military"/>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="BlackGui::Components::CDbAirlineIcaoSelectorComponent" name="selector_AirlineIcaoCode">
|
<widget class="BlackGui::Components::CDbAirlineIcaoSelectorComponent" name="selector_AirlineIcaoCode">
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
@@ -251,7 +224,50 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="3" column="0">
|
||||||
|
<widget class="QLabel" name="lbl_AirlineName">
|
||||||
|
<property name="text">
|
||||||
|
<string>Airline name</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="3" column="1">
|
<item row="3" column="1">
|
||||||
|
<widget class="BlackGui::Components::CDbAirlineNameSelectorComponent" name="selector_AirlineName">
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>225</width>
|
||||||
|
<height>16777215</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="focusPolicy">
|
||||||
|
<enum>Qt::StrongFocus</enum>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="4" column="0">
|
||||||
|
<widget class="QLabel" name="lbl_VirtualAirline">
|
||||||
|
<property name="text">
|
||||||
|
<string>Virtual airline?</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="4" column="1">
|
||||||
|
<widget class="QCheckBox" name="cb_VirtualAirline"/>
|
||||||
|
</item>
|
||||||
|
<item row="5" column="0">
|
||||||
|
<widget class="QLabel" name="lbl_Military">
|
||||||
|
<property name="text">
|
||||||
|
<string>Military?</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="5" column="1">
|
||||||
|
<widget class="QCheckBox" name="cb_Military"/>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
<widget class="QWidget" name="wi_HintAirlineIcao" native="true">
|
<widget class="QWidget" name="wi_HintAirlineIcao" native="true">
|
||||||
<layout class="QHBoxLayout" name="hl_HintAirlineIcao">
|
<layout class="QHBoxLayout" name="hl_HintAirlineIcao">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
@@ -296,9 +312,6 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
Reference in New Issue
Block a user