refs #535, buddies (Qt) in forms

This commit is contained in:
Klaus Basan
2015-12-16 02:51:13 +01:00
parent dfe5d8ec5a
commit 7eac38ad9b
4 changed files with 60 additions and 18 deletions

View File

@@ -176,6 +176,9 @@
<property name="text">
<string>Country:</string>
</property>
<property name="buddy">
<cstring>country_Selector</cstring>
</property>
</widget>
</item>
<item row="1" column="0">
@@ -190,6 +193,9 @@
<property name="text">
<string>Name:</string>
</property>
<property name="buddy">
<cstring>selector_AirlineName</cstring>
</property>
</widget>
</item>
<item row="5" column="0">
@@ -197,6 +203,9 @@
<property name="text">
<string>Last updated</string>
</property>
<property name="buddy">
<cstring>le_Updated</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
@@ -211,6 +220,9 @@
<property name="text">
<string>Telephony:</string>
</property>
<property name="buddy">
<cstring>le_TelephonyDesignator</cstring>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
@@ -252,12 +264,6 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Components::CDbCountrySelectorComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/dbcountryselectorcomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::CDropSite</class>
<extends>QLabel</extends>
@@ -269,18 +275,24 @@
<header>blackgui/labelandicon.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CDbAirlineIcaoSelectorComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/dbairlineicaoselectorcomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Editors::CValidationIndicator</class>
<extends>QFrame</extends>
<header>blackgui/editors/validationindicator.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CDbCountrySelectorComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/dbcountryselectorcomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CDbAirlineIcaoSelectorComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/dbairlineicaoselectorcomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CDbAirlineNameSelectorComponent</class>
<extends>QFrame</extends>