Display QML in custom window in PyQt6
For a Qt 6.7 app based on Python and QML, I’m trying to display a custom window with rounded borders and display my QML code in it. I managed to make the first part but I’m struggling to display the QML code in the window.
Display QML in custom window in PyQt6
For a Qt 6.7 app based on Python and QML, I’m trying to display a custom window with rounded borders and display my QML code in it. I managed to make the first part but I’m struggling to display the QML code in the window.