27#ifndef SRC_SHAPERGUI_NESTEDBUTTON_H_
28#define SRC_SHAPERGUI_NESTEDBUTTON_H_
56 virtual void setEnabled(
bool theOn);
60 void showAdditionalButtons(
bool);
66 virtual bool event(
QEvent* theEvent);
69 QList<QAction*> myNestedActions;
70 QPointer<QWidget> myAdditionalButtonsWidget;
71 QPointer<QFrame> myButtonFrame;
72 QPointer<QToolButton> myThisButton;