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