2022-04-02 18:24:21 +05:00

9 lines
184 B
QML

import QtQuick 2.15
QtObject {
property string type: "color"
property color color: "#1d99f3" // Plasma blue
property string background: ""
property int fontSize: 12
}