20 #ifndef ModuleBase_ToolBox_H
21 #define ModuleBase_ToolBox_H
23 #include <ModuleBase.h>
53 void addItem(
QWidget* thePage,
const QString& theName,
const QPixmap& theIcon);
59 int currentIndex()
const;
63 void setCurrentIndex(
const int theIdx);
80 QButtonGroup* myButtonsGroup;
82 QHBoxLayout* myButtonsLayout;
83 QStackedWidget* myStack;