refs #768, updated forms

* set focus proxy
* use CDbLiveryColorSearchDialog
* adjusted to selector updates
This commit is contained in:
Klaus Basan
2016-10-17 03:08:04 +02:00
parent 1152502721
commit e8de55fcd5
10 changed files with 112 additions and 63 deletions

View File

@@ -2,6 +2,14 @@
<ui version="4.0">
<class>CLiveryForm</class>
<widget class="QFrame" name="CLiveryForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>361</width>
<height>422</height>
</rect>
</property>
<property name="windowTitle">
<string>Livery editor</string>
</property>
@@ -119,15 +127,15 @@
<widget class="BlackGui::Editors::CValidationIndicator" name="val_Indicator">
<property name="minimumSize">
<size>
<width>10</width>
<width>16</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<property name="maximumSize">
<size>
<width>16</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
@@ -142,6 +150,9 @@
<height>225</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item row="3" column="1" colspan="3">
@@ -170,6 +181,9 @@
<height>0</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item alignment="Qt::AlignLeft">
@@ -180,6 +194,9 @@
<height>0</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item>
@@ -206,7 +223,11 @@
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="BlackGui::Components::CDbLiverySelectorComponent" name="comp_LiverySelector"/>
<widget class="BlackGui::Components::CDbLiverySelectorComponent" name="comp_LiverySelector">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
</layout>
</widget>
@@ -252,8 +273,13 @@
</customwidgets>
<tabstops>
<tabstop>le_Id</tabstop>
<tabstop>pb_SearchColor</tabstop>
<tabstop>pb_TempLivery</tabstop>
<tabstop>comp_LiverySelector</tabstop>
<tabstop>cb_Military</tabstop>
<tabstop>le_Description</tabstop>
<tabstop>color_Fuselage</tabstop>
<tabstop>color_Tail</tabstop>
<tabstop>le_Updated</tabstop>
</tabstops>
<resources/>