TeroStyle - Theme initial try

This commit is contained in:
2025-03-13 15:04:53 +01:00
parent 773d398f8c
commit d300e9c92a
8 changed files with 64 additions and 2 deletions

15
TeroStyle/TeroStyle.qml Normal file
View File

@@ -0,0 +1,15 @@
import QtQuick
import QtQuick.Controls
Item
{
id: teroStyle
anchors.fill: parent
Rectangle
{
anchors.fill: parent
color: "dodgerblue"
}
}