Implemented QML skeleton for the application
This commit is contained in:
10
qml/Controls/ContentLabel.qml
Normal file
10
qml/Controls/ContentLabel.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
Label {
|
||||
color: Palette.contentTextColor
|
||||
font.pixelSize: 18
|
||||
font.weight: Font.Medium
|
||||
}
|
||||
Reference in New Issue
Block a user