sections in treeview.
This commit is contained in:
@@ -270,7 +270,7 @@ XQItem* XQItemFactory::makeItem( const XQNodePtr& sheetNode, const XQNodePtr& co
|
||||
// der content wird indirect über den tag-name des sheetnode geholt
|
||||
|
||||
const QString* contentPtr{};
|
||||
// das ist Unterschied zum normalen Item: Der Titel kommt aus der Modelbeschreibung
|
||||
// das ist Unterschied vom HeaderItem zum normalen Item: Der Titel kommt aus der Modelbeschreibung
|
||||
if(!contentNode)
|
||||
contentPtr = sheetNode->attribute_ptr(c_Caption);
|
||||
else
|
||||
@@ -293,7 +293,6 @@ XQItem* XQItemFactory::makeItem( const XQNodePtr& sheetNode, const QString* cont
|
||||
// __fixme!
|
||||
if( newItem->isCheckable() )
|
||||
{
|
||||
//qDebug() << " --- yooo: " << newItem->toolTip();
|
||||
newItem->setCheckState( Qt::Checked );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user