mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Some UI settings like "window title" or "whats this?"
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>136</width>
|
||||
<height>22</height>
|
||||
<height>24</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
@@ -19,6 +19,9 @@
|
||||
<property name="windowTitle">
|
||||
<string>Color selector</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>select a color</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
<string>Search and find aircraft ICAO codes</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>Search and find aircraft ICAO codes</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
|
||||
@@ -11,7 +11,13 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
<string>Aircraft ICAO selector</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>search for correct ICAO code</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>search for correct ICAO code</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
<string>Airline ICAO code</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>search and find airline ICAO code</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
|
||||
@@ -7,17 +7,17 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>189</width>
|
||||
<height>22</height>
|
||||
<height>24</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
<string>Airline ICAO selector</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
<property name="statusTip">
|
||||
<string>search for airline ICAO code</string>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
<property name="whatsThis">
|
||||
<string>search for airline ICAO code</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gl_AirlineIcaoSelectorComponent">
|
||||
<property name="leftMargin">
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
<string>Search and find countries</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>Search and find countries</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
|
||||
@@ -7,17 +7,14 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>135</width>
|
||||
<height>22</height>
|
||||
<height>24</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
<string>Country selector</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
<property name="whatsThis">
|
||||
<string>select a country</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="hl_Country">
|
||||
<property name="spacing">
|
||||
|
||||
@@ -11,7 +11,10 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
<string>Search and find distributors</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>Search and find distributors</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
<property name="windowTitle">
|
||||
<string>Search color livery</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>search color livery</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="lbl_Fuselage">
|
||||
|
||||
@@ -2,8 +2,19 @@
|
||||
<ui version="4.0">
|
||||
<class>CDbLiveryComponent</class>
|
||||
<widget class="QFrame" name="CDbLiveryComponent">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>256</width>
|
||||
<height>206</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Liveries</string>
|
||||
<string>Search and find aircraft liveries</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>Search and find aircraft liveries</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
|
||||
@@ -86,6 +86,9 @@
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="le_ModelString">
|
||||
<property name="whatsThis">
|
||||
<string>the unique key identifies each aircraft model</string>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user