TeroStyle - Theme initial try
This commit is contained in:
15
TeroStyle/TeroStyle.qml
Normal file
15
TeroStyle/TeroStyle.qml
Normal file
@@ -0,0 +1,15 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
||||
Item
|
||||
{
|
||||
id: teroStyle
|
||||
anchors.fill: parent
|
||||
|
||||
|
||||
Rectangle
|
||||
{
|
||||
anchors.fill: parent
|
||||
color: "dodgerblue"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user