11 lines
178 B
QML
11 lines
178 B
QML
pragma Singleton
|
|
|
|
import QtQuick
|
|
|
|
QtObject {
|
|
readonly property int s: 9
|
|
readonly property int m: 15
|
|
readonly property int l: 30
|
|
|
|
readonly property int radius: 4
|
|
} |