| ▲ | didgetmaster 8 hours ago | ||||||||||||||||
I developed a new database management system and I needed a GUI application to use as an admin tool for it. I decided to build it using Qt (Qt Widgets in c++) mainly because my whole data engine is also in c++. Since it just uses standard windows and dialog boxes; I haven't felt the need to keep up with the latest Qt version. I am still using Qt 5 (I think revision 13 or 15). I have been contemplating moving to Qt 6. Have users noticed a big difference (e.g. performance) between Qt 5 and Qt 6? | |||||||||||||||||
| ▲ | scrivanodev 8 hours ago | parent | next [-] | ||||||||||||||||
There shouldn't be any noticeable performance difference between Qt 5 and Qt 6, unless you're using QML. | |||||||||||||||||
| |||||||||||||||||
| ▲ | rubymamis 8 hours ago | parent | prev [-] | ||||||||||||||||
QML isn't slower than Qt QWidgets, in the end of the day Qt Quick components are simply C++ objects, you can look at the source code[1]. | |||||||||||||||||
| |||||||||||||||||