refurbished old style item creation.

This commit is contained in:
2025-08-22 23:07:56 +02:00
parent c8e59b10db
commit 769ad2b002
5 changed files with 20 additions and 70 deletions

View File

@@ -62,9 +62,8 @@ void XQChildModel::setContent( const XQNodePtr& contentRoot )
section.setContentRootNode( contentEntry->parent() );
int newRow = _sections.lastRow(section);
XQNodePtr node = section.sheetRootNode();
XQItemList list = _itemFactory.makeContentRow( node, contentEntry );
//XQItemList list = _itemFactory.makeContentRow( section.sheetRootNode, contentEntry );
XQNodePtr sheetNode = section.sheetRootNode();
XQItemList list = _itemFactory.makeRow( sheetNode, contentEntry );
// als Baum?
//section.headerItem().appendRow( list );