refractor selection groups and config option row

This commit is contained in:
end-4
2025-06-21 01:31:34 +02:00
parent f66e26d4cc
commit 29c7031bb2
5 changed files with 114 additions and 164 deletions
@@ -0,0 +1,8 @@
import QtQuick
import QtQuick.Layouts
RowLayout {
property bool uniform: false
spacing: 10
uniformCellSizes: uniform
}