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; }
2012-08-24 00:48:09 +02:00
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;">
2012-08-01 00:21:15 +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:12pt; font-weight:600;">OpenPilot configuration ready to save</span></p>
2012-08-24 00:48:09 +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: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;">The wizard is now ready to save the configuration directly to your OpenPilot controller. </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>
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-24 00:48:09 +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;"><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;">Press the Save button to save the 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:10pt;"><br /></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>
2012-08-24 16:22:21 +02:00
<widget class="QToolButton" name="saveButton">
2012-08-01 00:21:15 +02:00
<property name="geometry">
<rect>
2012-08-24 16:22:21 +02:00
<x>200</x>
<y>250</y>
<width>200</width>
<height>70</height>
2012-08-01 00:21:15 +02:00
</rect>
</property>
2012-08-24 16:22:21 +02:00
<property name="styleSheet">
<string notr="true">QToolButton { border: none }</string>
</property>
2012-08-24 00:48:09 +02:00
<property name="text">
<string>Save</string>
</property>
2012-08-24 16:22:21 +02:00
<property name="iconSize">
<size>
<width>200</width>
<height>70</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
</property>
2012-08-24 00:48:09 +02:00
</widget>
<widget class="QLabel" name="saveProgressLabel">
<property name="geometry">
<rect>
<x>42</x>
2012-08-24 16:22:21 +02:00
<y>330</y>
<width>441</width>
2012-08-24 00:48:09 +02:00
<height>16</height>
</rect>
2012-08-01 00:21:15 +02:00
</property>
2012-08-24 00:48:09 +02:00
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
2012-08-01 00:21:15 +02:00
</property>
2012-08-24 00:48:09 +02:00
<property name="text">
<string>Ready...</string>
</property>
</widget>
<widget class="QProgressBar" name="saveProgressBar">
<property name="geometry">
<rect>
<x>40</x>
<y>350</y>
2012-08-24 16:22:21 +02:00
<width>520</width>
2012-08-24 00:48:09 +02:00
<height>23</height>
</rect>
</property>
2012-08-24 16:22:21 +02:00
<property name="styleSheet">
<string notr="true">QProgressBar {
border: 2px solid grey;
border-radius: 5px;
text-align: center;
}
QProgressBar::chunk {
background-color: #3D6699;
width: 10px;
margin: 0.5px;
}</string>
</property>
2012-08-24 00:48:09 +02:00
<property name="value">
<number>0</number>
2012-08-01 00:21:15 +02:00
</property>
2012-08-24 16:22:21 +02:00
<property name="format">
<string/>
</property>
2012-08-01 00:21:15 +02:00
</widget>
</widget>
<resources/>
<connections/>
</ui>