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