6 lines
72 B
QML
6 lines
72 B
QML
|
import QtQuick.Layouts
|
||
|
|
||
|
GridLayout {
|
||
|
flow: GridLayout.TopToBottom
|
||
|
}
|