Ref T246, allow to copy model set or create 1st model set as dialog from mapping tool

This commit is contained in:
Klaus Basan
2018-06-04 11:18:15 +02:00
parent 0f83b1560c
commit 1f00c71fea
10 changed files with 353 additions and 26 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>796</width>
<height>224</height>
<width>1019</width>
<height>223</height>
</rect>
</property>
<property name="windowTitle">
@@ -132,6 +132,20 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_FirstSet">
<property name="text">
<string>first set</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_CopyFromAnotherSwift">
<property name="text">
<string>copy</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pb_LoadExistingSet">
<property name="minimumSize">
@@ -170,17 +184,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Views::CAircraftModelView</class>
<extends>QTableView</extends>
<header>blackgui/views/aircraftmodelview.h</header>
</customwidget>
<customwidget>
<class>BlackGui::Components::CSimulatorSelector</class>
<extends>QFrame</extends>
<header>blackgui/components/simulatorselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Views::CAircraftModelView</class>
<extends>QTableView</extends>
<header>blackgui/views/aircraftmodelview.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>