OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / uploader / rebootdialog.ui
blob274b56e7b73b902c473472aafd866b73132a653e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RebootDialog</class>
4 <widget class="QDialog" name="RebootDialog">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>445</width>
13 <height>180</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Reboot</string>
18 </property>
19 <property name="windowIcon">
20 <iconset resource="../coreplugin/core.qrc">
21 <normaloff>:/core/images/flight.png</normaloff>:/core/images/flight.png</iconset>
22 </property>
23 <property name="modal">
24 <bool>true</bool>
25 </property>
26 <layout class="QVBoxLayout" name="verticalLayout">
27 <item>
28 <widget class="QLabel" name="label">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="text">
36 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Please wait. Your controller is rebooting.&lt;br/&gt;This can take up to a minute.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
37 </property>
38 <property name="alignment">
39 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
40 </property>
41 <property name="wordWrap">
42 <bool>false</bool>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QProgressBar" name="rebootProgressBar">
48 <property name="styleSheet">
49 <string notr="true">QProgressBar {
50 border: 2px solid grey;
51 border-radius: 5px;
52 text-align: center;
54 QProgressBar::chunk {
55 background-color: #3D6699;
56 width: 10px;
57 margin: 0.5px;
58 }</string>
59 </property>
60 <property name="maximum">
61 <number>0</number>
62 </property>
63 <property name="value">
64 <number>-1</number>
65 </property>
66 </widget>
67 </item>
68 <item alignment="Qt::AlignRight">
69 <widget class="QPushButton" name="okButton">
70 <property name="text">
71 <string>Ok</string>
72 </property>
73 <property name="default">
74 <bool>true</bool>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </widget>
80 <resources>
81 <include location="../coreplugin/core.qrc"/>
82 </resources>
83 <connections/>
84 </ui>