Trying to get rid of our QML timer.
We now connect to our window after animation signal from C++.
It looks like it works much better now. Less UI lags smother animation.
2 TARGET = MiniDisplayManager
3 QT += qml quick widgets
5 # Avoid going to debug/release subdirectory
6 # so that our application will see the
7 # import path for the MiniDisplay module.
15 # Additional import path used to resolve QML modules in Qt Creator's code model
16 QML_IMPORT_PATH = $$DESTDIR/MiniDisplay
18 # Default rules for deployment.
19 include(deployment.pri)
26 DisplayStatusBar.qml \