LP-56 - Better txpid option namings, fix tabs-spaces, tooltips. headers, variable...
[librepilot.git] / ground / openpilotgcs / src / plugins / opmap / pathplanner.ui
blobc74acabbdd667866ee863c78a3d62a619d22aeb4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>pathPlannerUI</class>
4 <widget class="QWidget" name="pathPlannerUI">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>536</width>
10 <height>262</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>PathPlanner</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../coreplugin/core.qrc">
18 <normaloff>:/core/images/librepilot_logo_64.png</normaloff>:/core/images/librepilot_logo_64.png</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <layout class="QHBoxLayout" name="horizontalLayout">
23 <item>
24 <widget class="QToolButton" name="tbAdd">
25 <property name="toolTip">
26 <string>Add Leg</string>
27 </property>
28 <property name="text">
29 <string>...</string>
30 </property>
31 <property name="icon">
32 <iconset resource="opmap.qrc">
33 <normaloff>:/opmap/images/plus3.png</normaloff>:/opmap/images/plus3.png</iconset>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QToolButton" name="tbDelete">
39 <property name="toolTip">
40 <string>Delete Leg</string>
41 </property>
42 <property name="text">
43 <string>...</string>
44 </property>
45 <property name="icon">
46 <iconset resource="opmap.qrc">
47 <normaloff>:/opmap/images/stopb.png</normaloff>:/opmap/images/stopb.png</iconset>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QToolButton" name="tbInsert">
53 <property name="toolTip">
54 <string>Insert Leg</string>
55 </property>
56 <property name="text">
57 <string>...</string>
58 </property>
59 <property name="icon">
60 <iconset resource="opmap.qrc">
61 <normaloff>:/opmap/images/forward_alt.png</normaloff>:/opmap/images/forward_alt.png</iconset>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QToolButton" name="tbReadFromFile">
67 <property name="toolTip">
68 <string>Read from file</string>
69 </property>
70 <property name="text">
71 <string>...</string>
72 </property>
73 <property name="icon">
74 <iconset resource="opmap.qrc">
75 <normaloff>:/opmap/images/unarchive.png</normaloff>:/opmap/images/unarchive.png</iconset>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QToolButton" name="tbSaveToFile">
81 <property name="toolTip">
82 <string>Save to file</string>
83 </property>
84 <property name="text">
85 <string>...</string>
86 </property>
87 <property name="icon">
88 <iconset resource="opmap.qrc">
89 <normaloff>:/opmap/images/Ekisho Deep Ocean HD1.png</normaloff>:/opmap/images/Ekisho Deep Ocean HD1.png</iconset>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QToolButton" name="tbSendToUAV">
95 <property name="toolTip">
96 <string>Send to UAV</string>
97 </property>
98 <property name="text">
99 <string>...</string>
100 </property>
101 <property name="icon">
102 <iconset resource="opmap.qrc">
103 <normaloff>:/opmap/images/up_alt.png</normaloff>:/opmap/images/up_alt.png</iconset>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QToolButton" name="tbFetchFromUAV">
109 <property name="toolTip">
110 <string>Fetch from UAV</string>
111 </property>
112 <property name="text">
113 <string>...</string>
114 </property>
115 <property name="icon">
116 <iconset resource="opmap.qrc">
117 <normaloff>:/opmap/images/down_alt.png</normaloff>:/opmap/images/down_alt.png</iconset>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <spacer name="horizontalSpacer">
123 <property name="orientation">
124 <enum>Qt::Horizontal</enum>
125 </property>
126 <property name="sizeHint" stdset="0">
127 <size>
128 <width>40</width>
129 <height>20</height>
130 </size>
131 </property>
132 </spacer>
133 </item>
134 <item>
135 <widget class="QToolButton" name="tbDetails">
136 <property name="toolTip">
137 <string>Open Details</string>
138 </property>
139 <property name="text">
140 <string>...</string>
141 </property>
142 <property name="icon">
143 <iconset resource="opmap.qrc">
144 <normaloff>:/opmap/images/star.png</normaloff>:/opmap/images/star.png</iconset>
145 </property>
146 </widget>
147 </item>
148 </layout>
149 </item>
150 <item>
151 <widget class="QTableView" name="tableView">
152 <property name="selectionBehavior">
153 <enum>QAbstractItemView::SelectRows</enum>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </widget>
159 <resources>
160 <include location="../coreplugin/core.qrc"/>
161 <include location="opmap.qrc"/>
162 </resources>
163 <connections/>
164 </ui>