6 lines
65 B
QML
6 lines
65 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
height: 16
|
|
color: "transparent"
|
|
}
|