QtMvvm
1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
src
imports
mvvmquick
ToolBarLabel.qml
1
import
QtQuick
2.10
2
import
QtQuick
.Controls 2.3
3
16
Label {
17
id: _toolLabel
18
font.pointSize: 14
19
font.bold:
true
20
elide: Label.ElideRight
21
horizontalAlignment:
Qt
.AlignLeft
22
verticalAlignment:
Qt
.AlignVCenter
23
leftPadding: 16
24
}
QtQuick
Qt
Generated on Wed Aug 8 2018 19:15:45 for QtMvvm by
1.8.14