- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
Latest commit
20 lines (20 loc) · 606 Bytes
/
Copy pathplugin.xml
File metadata and controls
20 lines (20 loc) · 606 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<librarypath="lib/librqt_mypkg">
<classname="rqt_mypkg/MyPlugin"type="rqt_mypkg:MyPlugin"base_class_type="rqt_gui_cpp::Plugin">
<description>
An example Python GUI plugin to create a great user interface.
</description>
<qtgui>
<!-- optional grouping...
<group>
<label>Group</label>
</group>
<group>
<label>Subgroup</label>
</group>
-->
<label>My first cpp Plugin</label>
<icontype="theme">system-help</icon>
<statustip>Great user interface to provide real value.</statustip>
</qtgui>
</class>
</library>