QtMvvm  1.1.0
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
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 }