mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-25 10:52:11 +01:00
122 lines
3.7 KiB
Plaintext
122 lines
3.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>AutoUpdatePage</class>
|
||
|
<widget class="QWizardPage" name="AutoUpdatePage">
|
||
|
<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:'Ubuntu'; font-size:11pt; 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-family:'MS Shell Dlg 2'; font-size:10pt;">please disconnect all fucking boards press the fucking button and follow instructions.</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>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="startUpdate">
|
||
|
<property name="toolTip">
|
||
|
<string>Calculate gyro and accelerometer bias</string>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">QToolButton { border: none }</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Calculate</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../wizardResources.qrc">
|
||
|
<normaloff>:/setupwizard/resources/bttn-calculate-up.png</normaloff>
|
||
|
<normalon>:/setupwizard/resources/bttn-calculate-down.png</normalon>:/setupwizard/resources/bttn-calculate-up.png</iconset>
|
||
|
</property>
|
||
|
<property name="iconSize">
|
||
|
<size>
|
||
|
<width>200</width>
|
||
|
<height>70</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="statusLabel">
|
||
|
<property name="text">
|
||
|
<string>Hidle</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QProgressBar" name="levellinProgressBar">
|
||
|
<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>
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="format">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="progressLabel">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</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>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="../wizardResources.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|