first qml prototype

This commit is contained in:
2025-08-24 09:44:51 +02:00
parent e0a50bade4
commit ff536243ac
14 changed files with 113 additions and 40 deletions

View File

@@ -51,7 +51,6 @@ void XQItemFactory::initItemFactory( const QString& modelSheetFileName )
for( const XQNodePtr& typeSheetNode : _typesSheet->children())
{
XQItemType* itemType = new XQItemType;
//const QString& typeName = typeSheetNode->tag_name();
const QString& typeName = typeSheetNode->tag_name();
configureItemType(itemType, typeSheetNode);