OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / opmap / opmap_zoom_slider_widget.ui
blobaf0fe1035ce9ee8057f77e5a528fb3c1f8d415cc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>opmap_zoom_slider_widget</class>
4 <widget class="QWidget" name="opmap_zoom_slider_widget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>27</width>
10 <height>187</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Minimum" 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="QVBoxLayout" name="verticalLayout_2">
28 <property name="spacing">
29 <number>0</number>
30 </property>
31 <property name="margin">
32 <number>0</number>
33 </property>
34 <item>
35 <widget class="QFrame" name="frame">
36 <property name="sizePolicy">
37 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
38 <horstretch>0</horstretch>
39 <verstretch>0</verstretch>
40 </sizepolicy>
41 </property>
42 <property name="styleSheet">
43 <string notr="true">background-color: rgba(0, 0, 0, 100);
44 border: none;
45 border-radius: 12px;</string>
46 </property>
47 <property name="frameShape">
48 <enum>QFrame::StyledPanel</enum>
49 </property>
50 <property name="frameShadow">
51 <enum>QFrame::Raised</enum>
52 </property>
53 <layout class="QVBoxLayout" name="verticalLayout">
54 <property name="spacing">
55 <number>3</number>
56 </property>
57 <property name="margin">
58 <number>3</number>
59 </property>
60 <item>
61 <widget class="QToolButton" name="toolButton">
62 <property name="sizePolicy">
63 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
64 <horstretch>0</horstretch>
65 <verstretch>0</verstretch>
66 </sizepolicy>
67 </property>
68 <property name="styleSheet">
69 <string notr="true">QToolButton { /* all types of tool button */
70 background-color: rgba(255, 255, 255, 0);
71 color: rgb(255, 255, 255);
72 /*border-style: none;*/
73 border: 0px;
75 QToolButton:hover {
76 background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 160, 0, 255), stop:1 rgba(160, 100, 0, 255));
77 color: rgb(255, 255, 255);
79 QToolButton:pressed {
80 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));
81 color: rgb(255, 255, 255);
84 QToolButton:checked {
85 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));
86 color: rgb(255, 255, 255);
88 </string>
89 </property>
90 <property name="text">
91 <string/>
92 </property>
93 <property name="icon">
94 <iconset resource="opmap.qrc">
95 <normaloff>:/opmap/images/plus.png</normaloff>:/opmap/images/plus.png</iconset>
96 </property>
97 <property name="autoRaise">
98 <bool>true</bool>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QSlider" name="verticalSlider">
104 <property name="sizePolicy">
105 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
106 <horstretch>0</horstretch>
107 <verstretch>0</verstretch>
108 </sizepolicy>
109 </property>
110 <property name="styleSheet">
111 <string notr="true">QSlider {
112 background-color: rgba(0, 0, 0, 0);
115 QSlider::groove:horizontal {
116 border: none;
117 height: 4px;
118 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(80, 80, 80, 255));
119 margin: 2px 0;
122 QSlider::handle:horizontal {
123 border: 1px solid #5c5c5c;
124 background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(128, 128, 128, 255));
125 width: 24px;
126 margin: -2px 0;
127 border-radius: 3px;
129 </string>
130 </property>
131 <property name="minimum">
132 <number>2</number>
133 </property>
134 <property name="maximum">
135 <number>19</number>
136 </property>
137 <property name="pageStep">
138 <number>1</number>
139 </property>
140 <property name="orientation">
141 <enum>Qt::Vertical</enum>
142 </property>
143 </widget>
144 </item>
145 <item>
146 <widget class="QToolButton" name="toolButton_2">
147 <property name="sizePolicy">
148 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
149 <horstretch>0</horstretch>
150 <verstretch>0</verstretch>
151 </sizepolicy>
152 </property>
153 <property name="styleSheet">
154 <string notr="true">QToolButton { /* all types of tool button */
155 background-color: rgba(255, 255, 255, 0);
156 color: rgb(255, 255, 255);
157 /*border-style: none;*/
158 border: 0px;
160 QToolButton:hover {
161 background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 160, 0, 255), stop:1 rgba(160, 100, 0, 255));
162 color: rgb(255, 255, 255);
164 QToolButton:pressed {
165 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));
166 color: rgb(255, 255, 255);
169 QToolButton:checked {
170 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));
171 color: rgb(255, 255, 255);
173 </string>
174 </property>
175 <property name="text">
176 <string/>
177 </property>
178 <property name="icon">
179 <iconset resource="opmap.qrc">
180 <normaloff>:/opmap/images/minus.png</normaloff>:/opmap/images/minus.png</iconset>
181 </property>
182 <property name="autoRaise">
183 <bool>true</bool>
184 </property>
185 </widget>
186 </item>
187 </layout>
188 </widget>
189 </item>
190 </layout>
191 </widget>
192 <resources>
193 <include location="opmap.qrc"/>
194 </resources>
195 <connections/>
196 </ui>