refs #725, fixed tab orders

This commit is contained in:
Klaus Basan
2016-08-10 16:37:50 +02:00
committed by Mathew Sutcliffe
parent d65c2dddfb
commit 6b0412d68d
7 changed files with 49 additions and 8 deletions

View File

@@ -433,6 +433,8 @@
<tabstops> <tabstops>
<tabstop>le_Id</tabstop> <tabstop>le_Id</tabstop>
<tabstop>cb_Rank</tabstop> <tabstop>cb_Rank</tabstop>
<tabstop>le_Iata</tabstop>
<tabstop>le_Family</tabstop>
<tabstop>le_Manufacturer</tabstop> <tabstop>le_Manufacturer</tabstop>
<tabstop>le_ModelDescription</tabstop> <tabstop>le_ModelDescription</tabstop>
<tabstop>cb_Wtc</tabstop> <tabstop>cb_Wtc</tabstop>

View File

@@ -310,6 +310,7 @@
<tabstops> <tabstops>
<tabstop>le_Id</tabstop> <tabstop>le_Id</tabstop>
<tabstop>cb_Va</tabstop> <tabstop>cb_Va</tabstop>
<tabstop>cb_Military</tabstop>
<tabstop>le_TelephonyDesignator</tabstop> <tabstop>le_TelephonyDesignator</tabstop>
<tabstop>le_Updated</tabstop> <tabstop>le_Updated</tabstop>
</tabstops> </tabstops>

View File

@@ -128,6 +128,14 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<tabstops>
<tabstop>cb_Enabled</tabstop>
<tabstop>le_TextCodec</tabstop>
<tabstop>cb_AircraftPartsSend</tabstop>
<tabstop>cb_AircraftPartsReceive</tabstop>
<tabstop>cb_FastPositionSend</tabstop>
<tabstop>cb_FastPositionReceive</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>

View File

@@ -253,6 +253,7 @@
</customwidgets> </customwidgets>
<tabstops> <tabstops>
<tabstop>le_Id</tabstop> <tabstop>le_Id</tabstop>
<tabstop>cb_Military</tabstop>
<tabstop>le_Description</tabstop> <tabstop>le_Description</tabstop>
<tabstop>le_Updated</tabstop> <tabstop>le_Updated</tabstop>
</tabstops> </tabstops>

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>237</width> <width>237</width>
<height>110</height> <height>112</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -141,6 +141,14 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<tabstops>
<tabstop>cb_Name</tabstop>
<tabstop>le_Name</tabstop>
<tabstop>cb_Description</tabstop>
<tabstop>le_Description</tabstop>
<tabstop>cb_Simulator</tabstop>
<tabstop>cb_Mode</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>

View File

@@ -191,23 +191,34 @@
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>BlackGui::Views::CDistributorView</class>
<extends>QTableView</extends>
<header>blackgui/views/distributorview.h</header>
</customwidget>
<customwidget> <customwidget>
<class>BlackGui::Components::CSimulatorSelector</class> <class>BlackGui::Components::CSimulatorSelector</class>
<extends>QFrame</extends> <extends>QFrame</extends>
<header>blackgui/components/simulatorselector.h</header> <header>blackgui/components/simulatorselector.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>BlackGui::Views::CDistributorView</class>
<extends>QTableView</extends>
<header>blackgui/views/distributorview.h</header>
</customwidget>
</customwidgets> </customwidgets>
<tabstops>
<tabstop>rb_Full</tabstop>
<tabstop>rb_Incremental</tabstop>
<tabstop>rb_DbDataOnly</tabstop>
<tabstop>rb_DbIcaoCodesOnly</tabstop>
<tabstop>rb_WithIcaoData</tabstop>
<tabstop>rb_SelectedDistributors</tabstop>
<tabstop>rb_DefaultDistributors</tabstop>
<tabstop>cb_Preferences</tabstop>
<tabstop>tvp_Distributors</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
<buttongroups> <buttongroups>
<buttongroup name="bg_SourceSet"/>
<buttongroup name="bg_Mode"/>
<buttongroup name="bg_Distributors"/> <buttongroup name="bg_Distributors"/>
<buttongroup name="bg_Mode"/>
<buttongroup name="bg_SourceSet"/>
</buttongroups> </buttongroups>
</ui> </ui>

View File

@@ -220,6 +220,16 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<tabstops>
<tabstop>le_Name</tabstop>
<tabstop>le_Description</tabstop>
<tabstop>le_Address</tabstop>
<tabstop>le_Port</tabstop>
<tabstop>le_RealName</tabstop>
<tabstop>le_NetworkId</tabstop>
<tabstop>le_Password</tabstop>
<tabstop>tw_ServerForm</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>