Some UI settings like "window title" or "whats this?"

This commit is contained in:
Klaus Basan
2017-12-28 19:59:05 +01:00
parent 1a2b03873b
commit b94e33ea97
11 changed files with 55 additions and 20 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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">

View File

@@ -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>

View File

@@ -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">

View File

@@ -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>

View File

@@ -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">

View File

@@ -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>

View File

@@ -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>