Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / importexport / importexportgadgetwidget.ui
bloba4631aba01599d8e331fd830d2168132faabb331
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ImportExportGadgetWidget</class>
4 <widget class="QWidget" name="ImportExportGadgetWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>483</width>
10 <height>174</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QHBoxLayout" name="horizontalLayout_2">
17 <item>
18 <layout class="QVBoxLayout" name="verticalLayout_2">
19 <item>
20 <widget class="QGroupBox" name="groupBoxItems">
21 <property name="title">
22 <string>Items</string>
23 </property>
24 <layout class="QVBoxLayout" name="verticalLayout">
25 <item>
26 <widget class="QCheckBox" name="checkBoxGeneral">
27 <property name="text">
28 <string>General (Workspace, Key-Bindings)</string>
29 </property>
30 <property name="checked">
31 <bool>true</bool>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <widget class="QCheckBox" name="checkBoxAllGadgets">
37 <property name="text">
38 <string>All Gadgets</string>
39 </property>
40 <property name="checked">
41 <bool>true</bool>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QCheckBox" name="checkBoxPlugins">
47 <property name="text">
48 <string>Plugins</string>
49 </property>
50 <property name="checked">
51 <bool>true</bool>
52 </property>
53 </widget>
54 </item>
55 </layout>
56 </widget>
57 </item>
58 <item>
59 <layout class="QHBoxLayout" name="horizontalLayout">
60 <item>
61 <widget class="QPushButton" name="helpButton">
62 <property name="maximumSize">
63 <size>
64 <width>32</width>
65 <height>32</height>
66 </size>
67 </property>
68 <property name="text">
69 <string/>
70 </property>
71 <property name="icon">
72 <iconset resource="../coreplugin/core.qrc">
73 <normaloff>:/core/images/helpicon.svg</normaloff>:/core/images/helpicon.svg</iconset>
74 </property>
75 <property name="iconSize">
76 <size>
77 <width>32</width>
78 <height>32</height>
79 </size>
80 </property>
81 <property name="flat">
82 <bool>true</bool>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <widget class="QPushButton" name="exportButton">
88 <property name="toolTip">
89 <string>Export the GCS settings selected in the checkboxes above.</string>
90 </property>
91 <property name="text">
92 <string>Export...</string>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <widget class="QPushButton" name="importButton">
98 <property name="toolTip">
99 <string>Import settings from the config file, only for the items checked above.</string>
100 </property>
101 <property name="text">
102 <string>Import...</string>
103 </property>
104 </widget>
105 </item>
106 <item>
107 <widget class="QPushButton" name="resetButton">
108 <property name="toolTip">
109 <string>Resets your GCS configuration to its default configuration.</string>
110 </property>
111 <property name="text">
112 <string>Reset Config</string>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </item>
118 </layout>
119 </item>
120 </layout>
121 </widget>
122 <resources>
123 <include location="../coreplugin/core.qrc"/>
124 </resources>
125 <connections/>
126 </ui>