major 'firzifikation'
This commit is contained in:
@@ -64,9 +64,9 @@ XQItem* XQMainModel::createTreeEntry( XQNodePtr contentNode )
|
||||
{
|
||||
XQItem* newTreeentry = _itemFactory.makeContentItem( contentNode, section.sheetRootNode );
|
||||
section.headerItem().appendRow( newTreeentry );
|
||||
_treeView->expand( section.modelIndex );
|
||||
_treeTable->expand( section.modelIndex );
|
||||
// ??
|
||||
_treeView->setCurrentIndex( section.modelIndex );
|
||||
_treeTable->setCurrentIndex( section.modelIndex );
|
||||
newTreeentry->setContentNode(contentNode);
|
||||
emit xqItemCreated( newTreeentry );
|
||||
return newTreeentry;
|
||||
|
Reference in New Issue
Block a user