45 #include <QtGui/qwidget.h> 46 #include <QtGui/qkeysequence.h> 54 #ifndef QT_NO_SHORTCUT 69 const
char *member = 0, const
char *ambiguousMember = 0,
76 void setEnabled(
bool enable);
77 bool isEnabled() const;
85 void setAutoRepeat(
bool on);
86 bool autoRepeat() const;
95 void activatedAmbiguously();
101 #endif // QT_NO_SHORTCUT 107 #endif // QSHORTCUT_H #define QT_END_NAMESPACE
This macro expands to.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
virtual bool event(QEvent *)
This virtual function receives events to an object and should return true if the event e was recogniz...
The QShortcut class is used to create keyboard shortcuts.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static QWidget * parentWidget(const QWidget *w)
The QKeySequence class encapsulates a key sequence as used by shortcuts.
QObject * parent() const
Returns a pointer to the parent object.
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.