Added project implementation
This commit is contained in:
7
qml/Controls/Label.qml
Normal file
7
qml/Controls/Label.qml
Normal file
@@ -0,0 +1,7 @@
|
||||
import QtQuick 2.12
|
||||
|
||||
Text {
|
||||
font.family: "Roboto"
|
||||
font.pixelSize: 24
|
||||
font.weight: Font.Normal
|
||||
}
|
||||
Reference in New Issue
Block a user