QtMvvm
1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
src
imports
mvvmquick
PresenterProgress.qml
1
import
QtQuick
2.10
2
import
QtQuick
.Controls 2.3
3
import
de
.
skycoder42
.
QtMvvm
.
Quick
1.1
4
18
ProgressBar {
19
visible:
QuickPresenter
.
viewLoading
20
value:
QuickPresenter
.
loadingProgress
21
22
anchors.left: parent.left
23
anchors.right: parent.right
24
anchors.top: parent.top
25
z: 10
26
}
de
QtQuick
de::skycoder42::QtMvvm
de::skycoder42::QtMvvm::Quick::QuickPresenter::viewLoading
bool viewLoading
Specifies whether the presenter is currently loading a new view component.
Definition:
qqmlquickpresenter.h:96
de::skycoder42::QtMvvm::Quick::QuickPresenter::loadingProgress
qreal loadingProgress
Reports the current loading progress when currently loading a new view.
Definition:
qqmlquickpresenter.h:111
de::skycoder42::QtMvvm::Quick
The QML import for the QtMvvmQuick QML module.
Definition:
ActionButton.qml:4
de::skycoder42::QtMvvm::Quick::QuickPresenter
A QML singleton to access common presenter methods globally.
Definition:
qqmlquickpresenter.h:36
Generated on Wed Aug 8 2018 19:15:45 for QtMvvm by
1.8.14