QRegExp is from Qt 4 but was still available in Qt 5. But when doing Qt 5 code you should really have used QRegularExpression, but it's not too hard to convert from QRegExp to QRegularExpression, however it's a bit of a job when QRegExp is used all over the code. Qt Concurrent is probably what I struggled the most with, because it would't compile with Qt 6, and it was really confusing because I did the porting to Qt 6 before the documentation was available.
Built from source and then eventually built qtcreator. compiler errors and after some edits compiled but without qml designer unfortunately. Not sure where it went wrong.
QRegExp is from Qt 4 but was still available in Qt 5. But when doing Qt 5 code you should really have used QRegularExpression, but it's not too hard to convert from QRegExp to QRegularExpression, however it's a bit of a job when QRegExp is used all over the code. Qt Concurrent is probably what I struggled the most with, because it would't compile with Qt 6, and it was really confusing because I did the porting to Qt 6 before the documentation was available.
Nice findings👍👍👍
so..... qt6 is still effectively beta ?
Built from source and then eventually built qtcreator. compiler errors and after some edits compiled but without qml designer unfortunately. Not sure where it went wrong.
It’s a pitty you don't have free videos python-qt on youtube.
working up to it - been making python vids :)