+ add QSint test widget

This commit is contained in:
wmayer
2015-07-07 17:43:23 +02:00
parent 7b37841fdc
commit df04df01f7
6 changed files with 825 additions and 4 deletions

View File

@@ -106,7 +106,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Sandbox_WidgetShape"
<< "Sandbox_GDIWidget"
<< "Sandbox_RedirectPaint"
<< "Std_TestGraphicsView";
<< "Std_TestGraphicsView"
<< "Std_TestTaskBox";
return root;
}