finally, fixed hiding of headers.
This commit is contained in:
@@ -126,7 +126,7 @@ void XQMainWindow::initMainWindow()
|
||||
// #2. load demo data
|
||||
loadDocument( c_DocumentFileName1 );
|
||||
//loadDocumentQML( c_DocumentFileName2 );
|
||||
loadDocument( c_DocumentFileName2 );
|
||||
//loadDocument( c_DocumentFileName2 );
|
||||
|
||||
qDebug() << " --- all here: " << XQNode::s_Count;
|
||||
|
||||
@@ -311,7 +311,7 @@ void XQMainWindow::onChildViewTabClicked( int idx )
|
||||
|
||||
void XQMainWindow::onSectionCreated( const XQModelSection& section )
|
||||
{
|
||||
qDebug() << " --- XXX section created: " << section.contentType() << ":" << section.sheetRootNode()->to_string();
|
||||
//qDebug() << " --- XXX section created: " << section.contentType() << ":" << section.sheetRootNode()->to_string();
|
||||
if( _currentProjectItem )
|
||||
{
|
||||
_mainModel.addSectionItem( section, _currentProjectItem );
|
||||
|
Reference in New Issue
Block a user