LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / extensionsystem / pluginerrorview.ui
blob1120263eb30b66e26173f9183388aed3a393f2cf
1 <ui version="4.0" >
2  <class>ExtensionSystem::Internal::PluginErrorView</class>
3  <widget class="QWidget" name="ExtensionSystem::Internal::PluginErrorView" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>579</width>
9     <height>342</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <property name="margin" >
14     <number>2</number>
15    </property>
16    <item row="0" column="0" >
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>State:</string>
20      </property>
21      <property name="alignment" >
22       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1" >
27     <widget class="QLabel" name="state" >
28     </widget>
29    </item>
30    <item row="1" column="0" >
31     <layout class="QVBoxLayout" name="verticalLayout" >
32      <item>
33       <widget class="QLabel" name="label_2" >
34        <property name="text" >
35         <string>Error Message:</string>
36        </property>
37        <property name="alignment" >
38         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <spacer name="verticalSpacer" >
44        <property name="orientation" >
45         <enum>Qt::Vertical</enum>
46        </property>
47        <property name="sizeHint" stdset="0" >
48         <size>
49          <width>20</width>
50          <height>40</height>
51         </size>
52        </property>
53       </spacer>
54      </item>
55     </layout>
56    </item>
57    <item row="1" column="1" >
58     <widget class="QTextEdit" name="errorString" >
59      <property name="tabChangesFocus" >
60       <bool>true</bool>
61      </property>
62      <property name="readOnly" >
63       <bool>true</bool>
64      </property>
65     </widget>
66    </item>
67   </layout>
68  </widget>
69  <resources/>
70  <connections/>
71 </ui>