QtMvvm  1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
PresenterProgress.qml
1 import QtQuick 2.10
2 import QtQuick.Controls 2.3
3 import de.skycoder42.QtMvvm.Quick 1.1
4 
18 ProgressBar {
21 
22  anchors.left: parent.left
23  anchors.right: parent.right
24  anchors.top: parent.top
25  z: 10
26 }
bool viewLoading
Specifies whether the presenter is currently loading a new view component.
qreal loadingProgress
Reports the current loading progress when currently loading a new view.
The QML import for the QtMvvmQuick QML module.
Definition: ActionButton.qml:4
A QML singleton to access common presenter methods globally.