10 lines
99 B
QML
10 lines
99 B
QML
import QtQuick
|
|
import ZShell.Internal
|
|
|
|
StrokeCanvas {
|
|
id: root
|
|
|
|
penColor: "white"
|
|
penWidth: 4
|
|
}
|