refs #535, finetuning of drop site

* stylesheet
* sizes of deploying components
This commit is contained in:
Klaus Basan
2015-12-13 19:52:56 +01:00
parent 1601ca62fd
commit 670bef0fd1
6 changed files with 60 additions and 98 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>388</width>
<height>223</height>
<width>399</width>
<height>241</height>
</rect>
</property>
<property name="minimumSize">
@@ -17,13 +17,7 @@
</size>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<string>Aircraft ICAO</string>
</property>
<layout class="QVBoxLayout" name="vl_AirccraftIcaoForm">
<property name="spacing">
@@ -46,7 +40,7 @@
<property name="title">
<string>Aircraft ICAO</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gl_AircraftIcao">
<item row="1" column="1">
<widget class="QWidget" name="wi_DesignatorRank" native="true">
<layout class="QHBoxLayout" name="hl_DesignatorRank">

View File

@@ -2,22 +2,8 @@
<ui version="4.0">
<class>CAirlineIcaoForm</class>
<widget class="QFrame" name="CAirlineIcaoForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>255</width>
<height>196</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>190</height>
</size>
</property>
<property name="windowTitle">
<string>Frame</string>
<string>Airline ICAO</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
@@ -45,14 +31,14 @@
<widget class="QGroupBox" name="gb_AirlineIcao">
<property name="minimumSize">
<size>
<width>10</width>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="title">
<string>Airline ICAO</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gl_AirlineIcao">
<item row="5" column="1">
<widget class="QWidget" name="wi_Timestamps" native="true">
<layout class="QHBoxLayout" name="hl_Timestamps">

View File

@@ -2,15 +2,17 @@
<ui version="4.0">
<class>CLiveryForm</class>
<widget class="QFrame" name="CLiveryForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>221</width>
<height>416</height>
</rect>
</property>
<property name="windowTitle">
<string>Livery editor</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="vl_LiveryForm">
<property name="spacing">
<number>0</number>
@@ -111,11 +113,11 @@
</item>
<item row="6" column="0" colspan="2">
<widget class="BlackGui::Editors::CAirlineIcaoForm" name="editor_AirlineIcao">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<property name="minimumSize">
<size>
<width>0</width>
<height>225</height>
</size>
</property>
</widget>
</item>
@@ -206,12 +208,6 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::CColorSelector</class>
<extends>QFrame</extends>
<header>blackgui/colorselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::CDropSite</class>
<extends>QLabel</extends>
@@ -229,6 +225,12 @@
<header>blackgui/editors/validationindicator.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::CColorSelector</class>
<extends>QFrame</extends>
<header>blackgui/colorselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Editors::CAirlineIcaoForm</class>
<extends>QFrame</extends>