7 lines
73 B
QML
7 lines
73 B
QML
|
|
import QtQuick
|
|
import qs.config
|
|
|
|
Rectangle {
|
|
color: "transparent"
|
|
}
|