2012-08-01 00:21:15 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FlashPage</class>
<widget class="QWizardPage" name="FlashPage">
<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">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>541</width>
<height>201</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;">OpenPilot configuration ready to save</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>
2012-08-19 23:25:50 +02:00
<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;">The wizard is now ready to write the configuration directly to your OpenPilot controller. </span></p>
2012-08-01 00:21:15 +02:00
<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;"></p>
2012-08-13 19:52:39 +02:00
<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;">If any of the selections made in this wizard requires a reboot of the controller then that will have to be performed after this step by power cycling the OpenPilot controller board.</span></p>
2012-08-19 23:25:50 +02:00
<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;"></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;">Press next to write the configuration.</span></p>
2012-08-13 19:52:39 +02:00
<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;"></p></body></html></string>
2012-08-01 00:21:15 +02:00
</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>
2012-08-19 23:25:50 +02:00
<y>250</y>
<width>560</width>
<height>130</height>
2012-08-01 00:21:15 +02:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
2012-08-19 23:25:50 +02:00
<string>Write configuration to controller</string>
2012-08-01 00:21:15 +02:00
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
2012-08-19 23:25:50 +02:00
<widget class="QProgressBar" name="saveProgressBar">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>530</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="saveProgressLabel">
<property name="geometry">
<rect>
<x>22</x>
<y>65</y>
<width>491</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Ready...</string>
</property>
</widget>
<widget class="QPushButton" name="saveButton">
2012-08-15 01:04:54 +02:00
<property name="geometry">
<rect>
2012-08-19 23:25:50 +02:00
<x>415</x>
<y>40</y>
2012-08-15 01:04:54 +02:00
<width>100</width>
2012-08-19 23:25:50 +02:00
<height>23</height>
2012-08-15 01:04:54 +02:00
</rect>
</property>
<property name="text">
2012-08-19 23:25:50 +02:00
<string>Write...</string>
2012-08-15 01:04:54 +02:00
</property>
</widget>
2012-08-01 00:21:15 +02:00
</widget>
</widget>
<resources/>
<connections/>
</ui>