The Menu API broke in Qt6 because it's doing weird cursed stuff connecting to and directly manipulating the QMenuBar on the game window.
Separating the scripting API from the Qt widget will make this easier to maintain (and also make it possible to reimplement the menu like the Qt5 tablet has)
The Menu API broke in Qt6 because it's doing weird cursed stuff connecting to and directly manipulating the QMenuBar on the game window.
Separating the scripting API from the Qt widget will make this easier to maintain (and also make it possible to reimplement the menu like the Qt5 tablet has)