mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
9 lines
132 B
QML
9 lines
132 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
RowLayout {
|
|
property bool uniform: false
|
|
spacing: 10
|
|
uniformCellSizes: uniform
|
|
}
|