Obsolete Members for QMenu

The following members of class QMenu are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated) QAction *addAction(const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut)
(deprecated) QAction *addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut)
(deprecated) QAction *addAction(const QString &text, Functor functor, const QKeySequence &shortcut)
(deprecated) QAction *addAction(const QString &text, const QObject *context, Functor functor, const QKeySequence &shortcut)
(deprecated) QAction *addAction(const QIcon &icon, const QString &text, Functor functor, const QKeySequence &shortcut)
(deprecated) QAction *addAction(const QIcon &icon, const QString &text, const QObject *context, Functor functor, const QKeySequence &shortcut)

Member Function Documentation

[deprecated] QAction *QMenu::addAction(const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut)

This function is deprecated. We strongly advise against using it in new code.

Use QWidget::addAction(text, shortcut, receiver, member) instead.

[deprecated] QAction *QMenu::addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut)

This function is deprecated. We strongly advise against using it in new code.

Use QWidget::addAction(icon, text, shortcut, receiver, member) instead.

[deprecated] template <typename Functor> QAction *QMenu::addAction(const QString &text, Functor functor, const QKeySequence &shortcut)

This function is deprecated. We strongly advise against using it in new code.

Use QWidget::addAction(text, shortcut, functor) instead.

[deprecated] template <typename Functor> QAction *QMenu::addAction(const QString &text, const QObject *context, Functor functor, const QKeySequence &shortcut)

This function is deprecated. We strongly advise against using it in new code.

Use QWidget::addAction(text, shortcut, context, functor) instead.

[deprecated] template <typename Functor> QAction *QMenu::addAction(const QIcon &icon, const QString &text, Functor functor, const QKeySequence &shortcut)

This function is deprecated. We strongly advise against using it in new code.

Use QWidget::addAction(icon, text, shortcut, functor) instead.

[deprecated] template <typename Functor> QAction *QMenu::addAction(const QIcon &icon, const QString &text, const QObject *context, Functor functor, const QKeySequence &shortcut)

This function is deprecated. We strongly advise against using it in new code.

Use QWidget::addAction(icon, text, shortcut, context, functor) instead.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.