Skip to content

Commit

Permalink
Refactor using a base widget class (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero authored Mar 14, 2024
1 parent 8652641 commit cec91ed
Show file tree
Hide file tree
Showing 14 changed files with 325 additions and 440 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<statustip>Gauges visualization tool.</statustip>
</qtgui>
</class>
<class name="BarGauge" type="rqt_gauges.bar_gauge.BarGauge" base_class_type="rqt_gui_py::Plugin">
<class name="Bar" type="rqt_gauges.bar.Bar" base_class_type="rqt_gui_py::Plugin">
<description>
A bar visualization tool.
</description>
Expand All @@ -39,7 +39,7 @@
<icon type="theme">folder</icon>
<statustip>Plugins related to visualization.</statustip>
</group>
<label>Bar gauge</label>
<label>Bar</label>
<icon type="theme">utilities-system-monitor</icon>
<statustip>Gauges visualization tool.</statustip>
</qtgui>
Expand Down
Loading

0 comments on commit cec91ed

Please sign in to comment.