8 lines
162 B
QML
8 lines
162 B
QML
import QtQuick
|
|
import "../Color.js" as Colors
|
|
|
|
StyledText {
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
}
|