42 #ifndef QWIDGETACTION_H 43 #define QWIDGETACTION_H 45 #include <QtGui/qaction.h> 66 void setDefaultWidget(
QWidget *w);
76 virtual void deleteWidget(
QWidget *widget);
85 #endif // QT_NO_ACTION 91 #endif // QWIDGETACTION_H bool event(QEvent *)
Reimplemented Function
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define Q_PRIVATE_SLOT(d, signature)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.
The QAction class provides an abstract user interface action that can be inserted into widgets...