forked from Edwinlinks/rqt_virtual_dbus
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.xml
More file actions
23 lines (23 loc) · 795 Bytes
/
plugin.xml
File metadata and controls
23 lines (23 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<library path="lib/librqt_virtual_dbus">
<class name="MyPlugin" type="rqt_virtual_dbus::MyPlugin" base_class_type="rqt_gui_cpp::Plugin">
<description>
An example C++ GUI plugin to create a great user interface.
</description>
<qtgui>
<group>
<label>Robot Tools</label>
</group>
<!-- optional grouping...
<group>
<label>Group</label>
</group>
<group>
<label>Subgroup</label>
</group>
-->
<label>Virtual DJI Dbus</label>
<icon type="theme">resource/input-gaming.png</icon>
<statustip>Great user interface to provide real value.</statustip>
</qtgui>
</class>
</library>