Added cmdNew implementation.

This commit is contained in:
2025-09-04 13:52:23 +02:00
parent 831daf898c
commit f8bd0886d3
5 changed files with 25 additions and 27 deletions

View File

@@ -56,6 +56,7 @@ public:
void expandNewItem(const QModelIndex& index);
void toggleSection( const XQModelSection& section );
void toggleSection( const QString& sectionKey );
//little helpers
const XQItem& xqRootItem();
@@ -118,8 +119,7 @@ signals:
protected:
void addSection(const XQItemList& list, const XQNodePtr& sheetNode );
virtual void initContextMenu(){}
virtual void initContextMenu() = 0;
// __fixme: should be created from xml
virtual void setupViewProperties();