QMenuItem Class Reference
The QMenuItem class represents an item in a menu. More...
#include <QMenuItem>
This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information.
Inherits: QAction.
Additional Inherited Members
- 18 properties inherited from QAction
- 1 property inherited from QObject
- 49 public functions inherited from QAction
- 29 public functions inherited from QObject
- 7 public slots inherited from QAction
- 1 public slot inherited from QObject
- 4 signals inherited from QAction
- 1 signal inherited from QObject
- 7 static public members inherited from QObject
- 1 protected function inherited from QAction
- 8 protected functions inherited from QObject
Detailed Description
The QMenuItem class represents an item in a menu.
Use QAction instead.