27 #ifndef SRC_SHAPERGUI_NESTEDBUTTON_H_
28 #define SRC_SHAPERGUI_NESTEDBUTTON_H_
30 #include <QtxAction.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;