This commit is contained in:
Christoph Holzheuer
2025-09-01 17:40:08 +02:00
parent 4d49a495fd
commit 527de65074
6 changed files with 72 additions and 39 deletions

View File

@@ -41,6 +41,8 @@ public:
XQViewModel* modelView();
XQItem& xqItemFromIndex(const QModelIndex& index );
void toggleRowsHidden(int fstRow, int lstRow );
protected:
void currentChanged(const QModelIndex& current, const QModelIndex& previous) override;