mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-08 19:46:06 +01:00
169 lines
5.5 KiB
Plaintext
169 lines
5.5 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>VehiclePage</class>
|
||
|
<widget class="QWizardPage" name="VehiclePage">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>600</width>
|
||
|
<height>400</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>WizardPage</string>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>20</y>
|
||
|
<width>550</width>
|
||
|
<height>131</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||
|
p, li { white-space: pre-wrap; }
|
||
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
||
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Vehicle type selection</span></p>
|
||
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt; font-weight:600;"></p>
|
||
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">To continue the wizard needs to know what type of vehicle that the OpenPilot controller board is going to be used with. This step is cruicial since most of the following configuration is unique per vehicle type.</span></p>
|
||
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p>
|
||
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">So go ahead and select the type of vehicle you want to create a configuration for.</span></p></body></html></string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>200</y>
|
||
|
<width>561</width>
|
||
|
<height>181</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Supported vehicle types</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
|
</property>
|
||
|
<widget class="QPushButton" name="multirotorButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>50</x>
|
||
|
<y>40</y>
|
||
|
<width>100</width>
|
||
|
<height>100</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Tricopter, Quadcopter, Hexacopter, Octocopter</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Multirotor</string>
|
||
|
</property>
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="autoExclusive">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="flat">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="fixedwingButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>170</x>
|
||
|
<y>40</y>
|
||
|
<width>100</width>
|
||
|
<height>100</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Airplane, Sloper, Jet</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Fixed wing</string>
|
||
|
</property>
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="autoExclusive">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="flat">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="heliButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>290</x>
|
||
|
<y>40</y>
|
||
|
<width>100</width>
|
||
|
<height>100</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Helicopter</string>
|
||
|
</property>
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="autoExclusive">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="flat">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="surfaceButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>410</x>
|
||
|
<y>40</y>
|
||
|
<width>100</width>
|
||
|
<height>100</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Car, Boat, U-Boat</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Surface</string>
|
||
|
</property>
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="autoExclusive">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="flat">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|