+ usage of QSint

This commit is contained in:
wmayer
2015-07-07 12:34:20 +02:00
parent b738537452
commit 997001bbd9
7 changed files with 168 additions and 6 deletions

View File

@@ -149,7 +149,11 @@ TaskSmoothing::TaskSmoothing()
selection = new Selection();
selection->setObjects(Gui::Selection().getSelectionEx(0, Mesh::Feature::getClassTypeId()));
#if !defined (QSINT_ACTIONPANEL)
Gui::TaskView::TaskGroup* tasksel = new Gui::TaskView::TaskGroup();
#else
Gui::TaskView::TaskBox* tasksel = new Gui::TaskView::TaskBox();
#endif
tasksel->groupLayout()->addWidget(selection);
tasksel->hide();
Content.push_back(tasksel);