10 lines
132 B
QML
10 lines
132 B
QML
import QtQuick
|
|
|
|
Rectangle
|
|
{
|
|
height: 36
|
|
color: "transparent"
|
|
anchors.left: parent.left
|
|
anchors.right: parent.right
|
|
}
|