10 lines
107 B
QML
10 lines
107 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
Rectangle
|
|
{
|
|
Layout.fillHeight: true
|
|
|
|
color: "transparent"
|
|
}
|