LP-56 - Better txpid option namings, fix tabs-spaces, tooltips. headers, variable...
[librepilot.git] / ground / openpilotgcs / src / plugins / opmap / opmap_statusbar_widget.ui
blob5ab0c93a36d895363fa5e42ed8bb8a5747577a8a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>opmap_statusbar_widget</class>
4 <widget class="QWidget" name="opmap_statusbar_widget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>501</width>
10 <height>20</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Form</string>
21 </property>
22 <property name="styleSheet">
23 <string notr="true">background-color: rgba(0, 0, 0, 0);
24 border: none;
25 </string>
26 </property>
27 <layout class="QHBoxLayout" name="horizontalLayout">
28 <property name="spacing">
29 <number>0</number>
30 </property>
31 <property name="margin">
32 <number>0</number>
33 </property>
34 <item>
35 <spacer name="horizontalSpacer">
36 <property name="orientation">
37 <enum>Qt::Horizontal</enum>
38 </property>
39 <property name="sizeType">
40 <enum>QSizePolicy::Fixed</enum>
41 </property>
42 <property name="sizeHint" stdset="0">
43 <size>
44 <width>40</width>
45 <height>20</height>
46 </size>
47 </property>
48 </spacer>
49 </item>
50 <item>
51 <widget class="QFrame" name="frame">
52 <property name="sizePolicy">
53 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
54 <horstretch>0</horstretch>
55 <verstretch>0</verstretch>
56 </sizepolicy>
57 </property>
58 <property name="styleSheet">
59 <string notr="true">background-color: rgba(0, 0, 0, 100);
60 border: none;
61 border-radius: 8px;
62 border-bottom-left-radius: 0px;
63 border-bottom-right-radius: 0px; </string>
64 </property>
65 <property name="frameShape">
66 <enum>QFrame::StyledPanel</enum>
67 </property>
68 <property name="frameShadow">
69 <enum>QFrame::Raised</enum>
70 </property>
71 <layout class="QHBoxLayout" name="horizontalLayout_3">
72 <property name="topMargin">
73 <number>0</number>
74 </property>
75 <property name="bottomMargin">
76 <number>0</number>
77 </property>
78 <item>
79 <widget class="QLabel" name="labelStatus">
80 <property name="styleSheet">
81 <string notr="true">QLabel { /* all label types */
82 color: rgb(255, 255, 255);
83 background-color: rgba(255, 255, 255, 0);
84 border: none;
85 border-radius: 10px;
86 }</string>
87 </property>
88 <property name="frameShape">
89 <enum>QFrame::NoFrame</enum>
90 </property>
91 <property name="text">
92 <string>labelStatus</string>
93 </property>
94 <property name="alignment">
95 <set>Qt::AlignCenter</set>
96 </property>
97 <property name="margin">
98 <number>1</number>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <spacer name="horizontalSpacer_3">
104 <property name="orientation">
105 <enum>Qt::Horizontal</enum>
106 </property>
107 <property name="sizeHint" stdset="0">
108 <size>
109 <width>40</width>
110 <height>20</height>
111 </size>
112 </property>
113 </spacer>
114 </item>
115 <item>
116 <widget class="QProgressBar" name="progressBarTiles">
117 <property name="sizePolicy">
118 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
119 <horstretch>0</horstretch>
120 <verstretch>0</verstretch>
121 </sizepolicy>
122 </property>
123 <property name="minimumSize">
124 <size>
125 <width>100</width>
126 <height>0</height>
127 </size>
128 </property>
129 <property name="maximumSize">
130 <size>
131 <width>100</width>
132 <height>14</height>
133 </size>
134 </property>
135 <property name="styleSheet">
136 <string notr="true">QProgressBar {
137 border: nonei;
138 border-radius: 5px;
139 padding: 3px;
140 background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255));
141 color: rgb(255, 255, 255);
143 QProgressBar::chunk {
144 background-color: rgb(85, 85, 255);
145 background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(160, 160, 255, 255), stop:1 rgba(80, 80, 160, 255));
146 border: none;
147 border-radius: 3px;
148 }</string>
149 </property>
150 <property name="value">
151 <number>24</number>
152 </property>
153 <property name="alignment">
154 <set>Qt::AlignCenter</set>
155 </property>
156 <property name="format">
157 <string>%v</string>
158 </property>
159 </widget>
160 </item>
161 </layout>
162 </widget>
163 </item>
164 <item>
165 <spacer name="horizontalSpacer_2">
166 <property name="orientation">
167 <enum>Qt::Horizontal</enum>
168 </property>
169 <property name="sizeType">
170 <enum>QSizePolicy::Fixed</enum>
171 </property>
172 <property name="sizeHint" stdset="0">
173 <size>
174 <width>40</width>
175 <height>20</height>
176 </size>
177 </property>
178 </spacer>
179 </item>
180 </layout>
181 </widget>
182 <resources/>
183 <connections/>
184 </ui>