mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
235 lines
7.5 KiB
XML
235 lines
7.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CFirstModelSetComponent</class>
|
|
<widget class="QFrame" name="CFirstModelSetComponent">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>356</width>
|
|
<height>500</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Configure a 1st model set</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item alignment="Qt::AlignTop">
|
|
<widget class="QFrame" name="fr_Info">
|
|
<layout class="QHBoxLayout" name="hl_Info" stretch="0,1">
|
|
<item>
|
|
<widget class="QLabel" name="lbl_SwiftIcon">
|
|
<property name="text">
|
|
<string><html><img src=":/own/icons/own/swift3D/sw3DOrange-32.png"></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="lbl_Explaination">
|
|
<property name="text">
|
|
<string><html><head/><body><p>The model set defines aircraft you will use in the simulator. From all models you have installed on your disk you can select a subset actually being used for model matching.<br/><br/>Hint: If you already have a model set, or you have copied the model set, you can skip this step.<br/><br/>1) Reload your models if not already done<br/>2) Create your model set and SAVE the model set</p></body></html></string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::RichText</enum>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="gl_FirstModelSet">
|
|
<layout class="QVBoxLayout" name="vl_FirstModelSet">
|
|
<property name="leftMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_Simulator">
|
|
<property name="title">
|
|
<string>Simulator</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="hl_Simulator">
|
|
<item>
|
|
<widget class="BlackGui::Components::CSimulatorSelector" name="comp_SimulatorSelector">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="hs_Simulator">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_Models">
|
|
<property name="title">
|
|
<string>Models</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gl_Models">
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="lbl_Models">
|
|
<property name="text">
|
|
<string>Models:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="lbl_ModelDirectories">
|
|
<property name="text">
|
|
<string>Model dir.:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="3">
|
|
<widget class="QPushButton" name="pb_ChangeModelDir">
|
|
<property name="text">
|
|
<string>change</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<widget class="QPushButton" name="pb_ClearModelDir">
|
|
<property name="toolTip">
|
|
<string>clear directory or multiple directories</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>clear</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLineEdit" name="le_ModelDirectories">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>model directory from settings</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="lbl_ModelSet">
|
|
<property name="text">
|
|
<string>Model set</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLineEdit" name="le_ModelsInfo">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>model info</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="le_ModelSetInfo">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>model set info</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QPushButton" name="pb_Models">
|
|
<property name="text">
|
|
<string>display</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="2">
|
|
<widget class="QPushButton" name="pb_ModelSet">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>100</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>display</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3">
|
|
<widget class="QPushButton" name="pb_ModelsTriggerReload">
|
|
<property name="text">
|
|
<string> reload </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="3">
|
|
<widget class="QPushButton" name="pb_CreateModelSet">
|
|
<property name="text">
|
|
<string>create</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="gb_Distributors">
|
|
<property name="title">
|
|
<string>Distributions</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="BlackGui::Components::CDbDistributorComponent" name="comp_Distributors"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>BlackGui::Components::CSimulatorSelector</class>
|
|
<extends>QFrame</extends>
|
|
<header>blackgui/components/simulatorselector.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>BlackGui::Components::CDbDistributorComponent</class>
|
|
<extends>QFrame</extends>
|
|
<header>blackgui/components/dbdistributorcomponent.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|