Skip to content
Snippets Groups Projects
Commit 8b709a33 authored by Peter Kaiser's avatar Peter Kaiser
Browse files

DebugDrawerViewer+RobotViewer: Put into widget category 'Visualization'

parent f7ae4d4b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ namespace armarx
*/
class ARMARXCOMPONENT_IMPORT_EXPORT
DebugDrawerViewerWidgetController:
public armarx::ArmarXComponentWidgetController
public armarx::ArmarXComponentWidgetController
{
Q_OBJECT
......@@ -84,7 +84,7 @@ namespace armarx
*/
virtual QString getWidgetName() const
{
return "DebugDrawerViewer";
return "Visualization.DebugDrawerViewer";
}
/**
......@@ -115,7 +115,7 @@ namespace armarx
// ArmarXWidgetController interface
public:
SoNode *getScene();
SoNode* getScene();
......
......@@ -99,11 +99,12 @@ namespace armarx
virtual void onDisconnectComponent();
virtual void onExitComponent();
// inherited of ArmarXWidget
// inherited from ArmarXWidget
virtual QString getWidgetName() const
{
return "RobotControl.RobotViewerGUI";
return "Visualization.RobotViewerGUI";
}
QPointer<QDialog> getConfigDialog(QWidget* parent = 0);
virtual void loadSettings(QSettings* settings);
virtual void saveSettings(QSettings* settings);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment