-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port timeline to Qt Quick Controls 2 #643
Comments
I could do it and copy a bit of code from NeoChat, but that would be the required version? Qt 5.9 doesn't have a lot of QQC2 API yet :( Q 5.12 could be a better base to work with. |
It is a task for 0.0.9.6 which I intend to build on Qt 5.12 - so yeah, feel free to use 5.12 as the API baseline. |
Halfway through, as of 0.0.95 beta 3. The rest is left for 0.0.96. |
From #797 (a duplicate of this):
|
Most of the work is done in e721aa4; the timeline is (mostly) workable now, with some QML warnings and dysfunction still around. |
As of fa9b95a and Qt 6.4.3, things look good enough. |
QQC2 is better at scaling, more lightweight, and QQC1 is deprecated anyway.
The text was updated successfully, but these errors were encountered: