mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Basic sim settings, removed unnecessary column in grid layout
This commit is contained in:
@@ -2,10 +2,18 @@
|
|||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>CSettingsSimulatorBasicsComponent</class>
|
<class>CSettingsSimulatorBasicsComponent</class>
|
||||||
<widget class="QFrame" name="CSettingsSimulatorBasicsComponent">
|
<widget class="QFrame" name="CSettingsSimulatorBasicsComponent">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>459</width>
|
||||||
|
<height>347</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Simulator basic settings</string>
|
<string>Simulator basic settings</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gl_SimulatorBasics" columnstretch="0,1,0,0">
|
<layout class="QGridLayout" name="gl_SettingsSimulatorBasics">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>3</number>
|
<number>3</number>
|
||||||
</property>
|
</property>
|
||||||
@@ -18,16 +26,6 @@
|
|||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>3</number>
|
<number>3</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="9" column="3">
|
|
||||||
<widget class="QPushButton" name="pb_CopyDefaults">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>copy (materialize) defaults</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>copy def.</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="lbl_Simulator">
|
<widget class="QLabel" name="lbl_Simulator">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@@ -35,14 +33,59 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="3">
|
<item row="0" column="1" colspan="2" alignment="Qt::AlignLeft">
|
||||||
|
<widget class="BlackGui::Components::CSimulatorSelector" name="comp_SimulatorSelector">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>150</width>
|
||||||
|
<height>25</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QLabel" name="lbl_SimulatorDirectory">
|
||||||
|
<property name="text">
|
||||||
|
<string>Simulator directory:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="1">
|
||||||
|
<widget class="QLineEdit" name="le_SimulatorDirectory">
|
||||||
|
<property name="placeholderText">
|
||||||
|
<string>Simulator directory path</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="2">
|
||||||
<widget class="QPushButton" name="pb_SimulatorFileDialog">
|
<widget class="QPushButton" name="pb_SimulatorFileDialog">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="3">
|
<item row="2" column="0">
|
||||||
|
<widget class="QLabel" name="lbl_ModelDirectory">
|
||||||
|
<property name="text">
|
||||||
|
<string>Model directories:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="1" rowspan="3">
|
||||||
|
<widget class="QPlainTextEdit" name="pte_ModelDirectories">
|
||||||
|
<property name="placeholderText">
|
||||||
|
<string>Model directories</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="2">
|
||||||
|
<widget class="QPushButton" name="pb_ModelFileDialog">
|
||||||
|
<property name="text">
|
||||||
|
<string>...</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="3" column="2">
|
||||||
<spacer name="hs_Buttons">
|
<spacer name="hs_Buttons">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
@@ -58,42 +101,27 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="8" column="3">
|
<item row="4" column="2">
|
||||||
<widget class="QPushButton" name="pb_Reset">
|
<widget class="QPushButton" name="pb_AdjustModelDirectory">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>remove redundant directories, fix file paths ...</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>reset</string>
|
<string>adjust</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="2">
|
<item row="5" column="0">
|
||||||
<widget class="QLineEdit" name="le_SimulatorDirectory">
|
<widget class="QLabel" name="lbl_ExcludeDirectories">
|
||||||
<property name="placeholderText">
|
<property name="toolTip">
|
||||||
<string>Simulator directory path</string>
|
<string>Excluded from model loading</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="7" column="3">
|
|
||||||
<widget class="QPushButton" name="pb_ExcludeFileDialog">
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>Exclude directory patterns:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" alignment="Qt::AlignTop">
|
<item row="5" column="1" rowspan="4">
|
||||||
<widget class="QLabel" name="lbl_ModelDirectory">
|
|
||||||
<property name="text">
|
|
||||||
<string>Model directories:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="2" column="3">
|
|
||||||
<widget class="QPushButton" name="pb_ModelFileDialog">
|
|
||||||
<property name="text">
|
|
||||||
<string>...</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="7" column="2" rowspan="4">
|
|
||||||
<widget class="QPlainTextEdit" name="pte_ExcludeDirectories">
|
<widget class="QPlainTextEdit" name="pte_ExcludeDirectories">
|
||||||
<property name="documentTitle">
|
<property name="documentTitle">
|
||||||
<string>Excluded directory patterns</string>
|
<string>Excluded directory patterns</string>
|
||||||
@@ -106,57 +134,37 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="3">
|
<item row="5" column="2">
|
||||||
<widget class="QPushButton" name="pb_AdjustModelDirectory">
|
<widget class="QPushButton" name="pb_ExcludeFileDialog">
|
||||||
|
<property name="text">
|
||||||
|
<string>...</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="6" column="2">
|
||||||
|
<widget class="QPushButton" name="pb_Reset">
|
||||||
|
<property name="text">
|
||||||
|
<string>reset</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="7" column="2">
|
||||||
|
<widget class="QPushButton" name="pb_CopyDefaults">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>remove redundant directories, fix file paths ...</string>
|
<string>copy (materialize) defaults</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>adjust</string>
|
<string>copy def.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="2" rowspan="4">
|
<item row="8" column="2">
|
||||||
<widget class="QPlainTextEdit" name="pte_ModelDirectories">
|
|
||||||
<property name="placeholderText">
|
|
||||||
<string>Model directories</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="7" column="0" rowspan="4" alignment="Qt::AlignTop">
|
|
||||||
<widget class="QLabel" name="lbl_ExcludeDirectories">
|
|
||||||
<property name="toolTip">
|
|
||||||
<string>Excluded from model loading</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Exclude directory patterns:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="10" column="3">
|
|
||||||
<widget class="QPushButton" name="pb_Save">
|
<widget class="QPushButton" name="pb_Save">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>save</string>
|
<string>save</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1" colspan="3" alignment="Qt::AlignLeft">
|
|
||||||
<widget class="BlackGui::Components::CSimulatorSelector" name="comp_SimulatorSelector">
|
|
||||||
<property name="minimumSize">
|
|
||||||
<size>
|
|
||||||
<width>150</width>
|
|
||||||
<height>25</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="1" column="0">
|
|
||||||
<widget class="QLabel" name="lbl_SimulatorDirectory">
|
|
||||||
<property name="text">
|
|
||||||
<string>Simulator directory:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
|||||||
Reference in New Issue
Block a user