import QtQuick import QtQuick.Layouts RowLayout { property bool uniform: false spacing: 4 uniformCellSizes: uniform }