Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QT Pie Menu
-
Hi guys,
is there any way to create a pie menu using normal QT? like the old QtPieMenu.
I only find the XML PieMenu class. It seems there is no QPieMenu class for C++.Thanks for any suggestion,
Vince
-
Hi,
Why not use QtPieMenu ?
-
@SGaist
where can it be found? i am using QT 5.4 and couldn't find it in QtGui, QtWidget or QtCore. I also couldn't find it in documentation of QT 5
-
Because it's not part of the Qt SDK, it was in Qt Solutions which were a set of add-ons. However searching a bit for QtPieMenu, you should be able to find the sources.