0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-04-05 08:53:52 +03:00

hide by default some dockwidget

This commit is contained in:
Sanych 2023-12-15 21:47:10 +03:00
parent 3392ad85d8
commit 0340e3f78b

View File

@ -598,6 +598,7 @@ void ReportDesignWindow::createObjectsBrowser()
m_objectsBrowser->setMainWindow(this);
m_pageEditors.append(doc);
m_objectsBrowser->setReportEditor(m_reportDesignWidget);
doc->setVisible(false);
}
#ifdef HAVE_QTDESIGNER_INTEGRATION
@ -707,6 +708,7 @@ void ReportDesignWindow::createScriptWindow()
#ifdef HAVE_UI_LOADER
m_scriptBrowser->updateDialogsTree();
#endif
dataDoc->setVisible(false);
}
void ReportDesignWindow::updateRedoUndo()