+ add GL test stuff into Sandbox module

This commit is contained in:
wmayer
2014-08-21 18:15:43 +02:00
parent 811fb3be24
commit c1c25f1a5c
7 changed files with 1250 additions and 1 deletions

View File

@@ -104,7 +104,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Std_ImageNode"
<< "Sandbox_WidgetShape"
<< "Sandbox_GDIWidget"
<< "Sandbox_RedirectPaint";
<< "Sandbox_RedirectPaint"
<< "Std_TestGraphicsView";
Gui::MenuItem* viewer = new Gui::MenuItem;
root->insertItem(item, viewer);