QtGui/qshortcut.h Source File
Go to the documentation of this file.
54 #ifndef QT_NO_SHORTCUT
56 class QShortcutPrivate;
64 Q_PROPERTY(
bool autoRepeat READ autoRepeat WRITE setAutoRepeat)
69 const
char *
member = 0, const
char *ambiguousMember = 0,
76 void setEnabled(
bool enable);
77 bool isEnabled() const;
82 void setWhatsThis(const
QString &text);
85 void setAutoRepeat(
bool on);
86 bool autoRepeat() const;
95 void activatedAmbiguously();
101 #endif // QT_NO_SHORTCUT
107 #endif // QSHORTCUT_H
GLXDrawable GLXDrawable member
#define QT_BEGIN_NAMESPACE
virtual bool event(QEvent *)