refactor flexible grids into Box

This commit is contained in:
end-4
2026-03-09 11:03:56 +01:00
parent d1dc89b9f2
commit 6952d89a7f
7 changed files with 37 additions and 16 deletions
@@ -2,11 +2,10 @@ pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Layouts
GridLayout {
BoxLayout {
id: root
property bool vertical: true
columns: vertical ? 1 : -1
vertical: true
property real totalDuration: 250
property real interval: totalDuration / count