LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / extensionsystem / pluginview.ui
blobe48785255364bad3204349b3355c962b02f92d9c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ExtensionSystem::Internal::PluginView</class>
4 <widget class="QWidget" name="ExtensionSystem::Internal::PluginView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>773</width>
10 <height>304</height>
11 </rect>
12 </property>
13 <layout class="QGridLayout" name="gridLayout">
14 <property name="margin">
15 <number>2</number>
16 </property>
17 <item row="0" column="0">
18 <widget class="QTreeWidget" name="pluginWidget">
19 <property name="alternatingRowColors">
20 <bool>true</bool>
21 </property>
22 <property name="indentation">
23 <number>0</number>
24 </property>
25 <property name="rootIsDecorated">
26 <bool>false</bool>
27 </property>
28 <property name="uniformRowHeights">
29 <bool>true</bool>
30 </property>
31 <property name="itemsExpandable">
32 <bool>false</bool>
33 </property>
34 <property name="sortingEnabled">
35 <bool>true</bool>
36 </property>
37 <property name="columnCount">
38 <number>5</number>
39 </property>
40 <column>
41 <property name="text">
42 <string>State</string>
43 </property>
44 </column>
45 <column>
46 <property name="text">
47 <string>Name</string>
48 </property>
49 </column>
50 <column>
51 <property name="text">
52 <string>Version</string>
53 </property>
54 </column>
55 <column>
56 <property name="text">
57 <string>Developer</string>
58 </property>
59 </column>
60 <column>
61 <property name="text">
62 <string>Location</string>
63 </property>
64 </column>
65 </widget>
66 </item>
67 </layout>
68 </widget>
69 <resources/>
70 <connections/>
71 </ui>