more commenting
This commit is contained in:
@@ -138,24 +138,6 @@ void XQChildModel::setContent( const XQNodePtr& contentRoot )
|
||||
}
|
||||
|
||||
|
||||
//! firz
|
||||
|
||||
void XQChildModel::createModelContentChildRow( QStandardItem* parent, XQNodePtr contentNode )
|
||||
{
|
||||
/*
|
||||
parent->appendRow( { new XQItem("Optionals", XQItemType::HeaderStyle ), new XQItem( "Value", XQItemType::HeaderStyle )} );
|
||||
|
||||
for( auto& child : contentNode->children() )
|
||||
{
|
||||
XQItemList list;
|
||||
list.append( new XQItem( child->attribute("DataItem"), XQItemType::StaticStyle ) );
|
||||
list.append( new XQItem( child->attribute("DataValue"), XQItemType::StaticStyle ) );
|
||||
parent->appendRow( list );
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
//! erzeugt ein adhoc-contextmenu, je nachdem welche aktionen gerade möflich sind.
|
||||
|
||||
void XQChildModel::initContextMenu()
|
||||
|
Reference in New Issue
Block a user