View Single Post
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#11
Originally Posted by cb22 View Post
QML is most certainly not slow in real use. Turning off OpenGL gave a huge performance boost, and I'd say the GUI performance of my Python / QML app is far greater than the built in C / GTK ones.
Depends on use case, but an huge QTreeView with a custom delegate in faster in python with pure qt (qwidget) than qml.