LP-106 Setup Wizard refresh : Add dual servo setup (dual aileron or
[librepilot.git] / ground / gcs / src / plugins / setupwizard / pages / savepage.ui
blobb7c6e75d00e4d9bc49122d31b231bd6fd69dd61b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SavePage</class>
4 <widget class="QWizardPage" name="SavePage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>WizardPage</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
21 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
22 p, li { white-space: pre-wrap; }
23 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
24 &lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:12pt; font-weight:600;&quot;&gt;Configuration ready to save&lt;/span&gt;&lt;/p&gt;
25 &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:10pt;&quot;&gt;The wizard is now ready to save the configuration directly to your flight controller. &lt;/span&gt;&lt;/p&gt;
26 &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:10pt;&quot;&gt;If any of the selections made in this wizard require a reboot of the controller, then power cycling the flight controller board will have to be performed after you save in this step.&lt;/span&gt;&lt;/p&gt;
27 &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:10pt;&quot;&gt;Press the Save button to save the configuration.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
28 </property>
29 <property name="alignment">
30 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
31 </property>
32 <property name="wordWrap">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <spacer name="verticalSpacer">
39 <property name="orientation">
40 <enum>Qt::Vertical</enum>
41 </property>
42 <property name="sizeHint" stdset="0">
43 <size>
44 <width>20</width>
45 <height>40</height>
46 </size>
47 </property>
48 </spacer>
49 </item>
50 <item>
51 <layout class="QHBoxLayout" name="horizontalLayout">
52 <item>
53 <widget class="QToolButton" name="saveButton">
54 <property name="toolTip">
55 <string>Write configuration to controller</string>
56 </property>
57 <property name="styleSheet">
58 <string notr="true">QToolButton { border: none }</string>
59 </property>
60 <property name="text">
61 <string>Save</string>
62 </property>
63 <property name="icon">
64 <iconset resource="../wizardResources.qrc">
65 <normaloff>:/setupwizard/resources/bttn-save-up.png</normaloff>
66 <normalon>:/setupwizard/resources/bttn-save-down.png</normalon>:/setupwizard/resources/bttn-save-up.png</iconset>
67 </property>
68 <property name="iconSize">
69 <size>
70 <width>200</width>
71 <height>70</height>
72 </size>
73 </property>
74 <property name="toolButtonStyle">
75 <enum>Qt::ToolButtonIconOnly</enum>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </item>
81 <item>
82 <widget class="QLabel" name="saveProgressLabel">
83 <property name="font">
84 <font>
85 <pointsize>10</pointsize>
86 </font>
87 </property>
88 <property name="text">
89 <string>Ready...</string>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QProgressBar" name="saveProgressBar">
95 <property name="styleSheet">
96 <string notr="true">QProgressBar {
97 border: 2px solid grey;
98 border-radius: 5px;
99 text-align: center;
101 QProgressBar::chunk {
102 background-color: #3D6699;
103 width: 10px;
104 margin: 0.5px;
105 }</string>
106 </property>
107 <property name="value">
108 <number>0</number>
109 </property>
110 <property name="format">
111 <string/>
112 </property>
113 </widget>
114 </item>
115 </layout>
116 </widget>
117 <resources>
118 <include location="../wizardResources.qrc"/>
119 </resources>
120 <connections/>
121 </ui>