Hi,

while porting to PySide6 I stumbled over this statement in the Qt docs:

"""

QAction, QActionGroup

These classes have been moved into the QtGui
<https://doc.qt.io/qt-6/qtgui-module.html> module. Member functions that
depend on types defined in QtWidgets
<https://doc.qt.io/qt-6/qtwidgets-module.html> (such as QAction::menu()
and QAction::setMenu()) are implemented as templates that will be
instantiated only when called.

"""

It seems that the menu() function is not available in PySide6, is this
correct? Is there a workaround for this missing functionality, or a plan
when it will be added? I've read nothing about this in the porting
section of PySide6.

Best Regards

Christoph

_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to