2014-08-17 20:31:57 +10:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2014-08-22 01:40:05 +02:00
<class>ServoPage</class>
<widget class="QWizardPage" name="ServoPage">
2014-08-17 20:31:57 +10:00
<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>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<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:8pt; font-weight:400; font-style:normal;">
<p align="center" 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;">OpenPilot Output Signal Configuration</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;"><br /></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 set an optimal configuration of the output signals powering your servos, the wizard needs to know what type of servos you will use and what their capabilities are.</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:10pt;"><br /></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;">Please select one of the options below. If you are unsure about the capabilities of your servos, just leave the default option selected and continue the wizard.</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:10pt;"><br /></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="defaultESCButton">
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="toolTip">
2014-08-18 02:51:49 +10:00
<string>Analog Servo 50Hz</string>
2014-08-17 20:31:57 +10:00
</property>
<property name="styleSheet">
<string notr="true">QToolButton { border: none }</string>
</property>
<property name="text">
2014-08-17 23:06:01 +10:00
<string>Analog Servos</string>
2014-08-17 20:31:57 +10:00
</property>
<property name="icon">
<iconset resource="../wizardResources.qrc">
2014-08-22 05:50:25 +10:00
<normaloff>:/setupwizard/resources/bttn-servo-standard-up.png</normaloff>
<normalon>:/setupwizard/resources/bttn-servo-standard-dwn.png</normalon>:/setupwizard/resources/bttn-servo-standard-up.png</iconset>
2014-08-17 20:31:57 +10:00
</property>
<property name="iconSize">
<size>
<width>200</width>
<height>100</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
2014-08-22 05:50:25 +10:00
<bool>true</bool>
2014-08-17 20:31:57 +10:00
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2014-08-17 22:55:11 +10:00
<widget class="QToolButton" name="ServoTypeButton">
2014-08-17 20:31:57 +10:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="toolTip">
2014-08-18 02:51:49 +10:00
<string>Digital Servo 333Hz</string>
2014-08-17 20:31:57 +10:00
</property>
<property name="styleSheet">
<string notr="true">QToolButton { border: none }</string>
</property>
<property name="text">
<string>Digital Servos</string>
</property>
<property name="icon">
<iconset resource="../wizardResources.qrc">
2014-08-22 05:50:25 +10:00
<normaloff>:/setupwizard/resources/bttn-servo-digital-up.png</normaloff>
<normalon>:/setupwizard/resources/bttn-servo-digital-dwn.png</normalon>:/setupwizard/resources/bttn-servo-digital-up.png</iconset>
2014-08-17 20:31:57 +10:00
</property>
<property name="iconSize">
<size>
<width>200</width>
<height>100</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
2014-08-22 05:50:25 +10:00
<bool>false</bool>
2014-08-17 20:31:57 +10:00
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="../wizardResources.qrc"/>
</resources>
<connections/>
</ui>