7 lines
81 B
QML
7 lines
81 B
QML
import QtQuick 2.12
|
|
import QtQuick.Layouts 1.12
|
|
|
|
ColumnLayout {
|
|
spacing: 0
|
|
}
|