Search code examples
qtindicator

Qt busy indicator


I want to include a native Qt busy indicator in my app, but I'm not sure how to add it, because it is a part of QML, and I write my app in c++.

http://wiki.qt.io/Busy-Indicator-for-QML


Solution

  • I have found that QML components can be included with QQuickWidget. That way, QML BusyIndicator is easily added to C++ applications. http://doc.qt.io/qt-5/qquickwidget.html