8 lines
125 B
QML
8 lines
125 B
QML
import QtQuick 2.12
|
|
import QtQuick.Controls 2.5
|
|
|
|
Rectangle {
|
|
width: childrenRect.width
|
|
height: childrenRect.height
|
|
}
|