Setup initial qt plugin demo
This commit is contained in:
13
plugin.xml
Normal file
13
plugin.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<library path="rqt_demo_plugin">
|
||||
<class
|
||||
name="DemoPluginMg"
|
||||
type="mg::DemoPluginMg"
|
||||
base_class_type="rqt_gui_cpp::Plugin"
|
||||
>
|
||||
<qtgui>
|
||||
<label>DemoPlugin</label>
|
||||
<icon type="theme">system-search</icon>
|
||||
<statustip>HOoow Does this work if at all?</statustip>
|
||||
</qtgui>
|
||||
</class>
|
||||
</library>
|
||||
Reference in New Issue
Block a user