LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / utils / checkablemessagebox.ui
blob7491a849162f780d910cadd27faf7a6a7aa25847
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Utils::CheckableMessageBox</class>
4 <widget class="QDialog" name="Utils::CheckableMessageBox">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>195</width>
10 <height>107</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout_2">
19 <item>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <widget class="QLabel" name="pixmapLabel"/>
23 </item>
24 <item>
25 <spacer name="pixmapSpacer">
26 <property name="orientation">
27 <enum>Qt::Vertical</enum>
28 </property>
29 <property name="sizeType">
30 <enum>QSizePolicy::MinimumExpanding</enum>
31 </property>
32 <property name="sizeHint" stdset="0">
33 <size>
34 <width>0</width>
35 <height>5</height>
36 </size>
37 </property>
38 </spacer>
39 </item>
40 </layout>
41 </item>
42 <item>
43 <widget class="QLabel" name="messageLabel">
44 <property name="text">
45 <string>TextLabel</string>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </item>
51 <item>
52 <layout class="QHBoxLayout" name="horizontalLayout">
53 <item>
54 <spacer name="checkBoxLeftSpacer">
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 <property name="sizeHint" stdset="0">
59 <size>
60 <width>40</width>
61 <height>20</height>
62 </size>
63 </property>
64 </spacer>
65 </item>
66 <item>
67 <widget class="QCheckBox" name="checkBox">
68 <property name="text">
69 <string>CheckBox</string>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <spacer name="checkBoxRightSpacer">
75 <property name="orientation">
76 <enum>Qt::Horizontal</enum>
77 </property>
78 <property name="sizeHint" stdset="0">
79 <size>
80 <width>40</width>
81 <height>20</height>
82 </size>
83 </property>
84 </spacer>
85 </item>
86 </layout>
87 </item>
88 <item>
89 <spacer name="buttonSpacer">
90 <property name="orientation">
91 <enum>Qt::Vertical</enum>
92 </property>
93 <property name="sizeType">
94 <enum>QSizePolicy::Minimum</enum>
95 </property>
96 <property name="sizeHint" stdset="0">
97 <size>
98 <width>0</width>
99 <height>5</height>
100 </size>
101 </property>
102 </spacer>
103 </item>
104 <item>
105 <widget class="QDialogButtonBox" name="buttonBox">
106 <property name="orientation">
107 <enum>Qt::Horizontal</enum>
108 </property>
109 <property name="standardButtons">
110 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
111 </property>
112 <property name="centerButtons">
113 <bool>true</bool>
114 </property>
115 </widget>
116 </item>
117 </layout>
118 </widget>
119 <resources/>
120 <connections>
121 <connection>
122 <sender>buttonBox</sender>
123 <signal>accepted()</signal>
124 <receiver>Utils::CheckableMessageBox</receiver>
125 <slot>accept()</slot>
126 <hints>
127 <hint type="sourcelabel">
128 <x>248</x>
129 <y>254</y>
130 </hint>
131 <hint type="destinationlabel">
132 <x>157</x>
133 <y>274</y>
134 </hint>
135 </hints>
136 </connection>
137 <connection>
138 <sender>buttonBox</sender>
139 <signal>rejected()</signal>
140 <receiver>Utils::CheckableMessageBox</receiver>
141 <slot>reject()</slot>
142 <hints>
143 <hint type="sourcelabel">
144 <x>316</x>
145 <y>260</y>
146 </hint>
147 <hint type="destinationlabel">
148 <x>286</x>
149 <y>274</y>
150 </hint>
151 </hints>
152 </connection>
153 </connections>
154 </ui>