little breakthrought im QML Layouts

This commit is contained in:
2025-08-26 17:45:06 +02:00
parent a39ce321f2
commit b217f2f9ad
16 changed files with 463 additions and 70 deletions

View File

@@ -84,9 +84,9 @@ public:
protected:
CmdType _cmdType{cmdInvalid};
XQViewModel* _model{}; // needed for redo() / undo()
QModelIndex _originIndex;
CmdType _cmdType{cmdInvalid};
XQViewModel* _viewModel{}; // needed for redo() / undo()
QModelIndex _originIndex;
/*