Implements show/hide of SectionContent + serialization of state (not yet

completed/tested).
Context menu also works with new impl.
Shows close button on top-right corner of SectionWidget.
This commit is contained in:
mfreiholz
2016-02-18 15:06:00 +01:00
parent d5eaabd2a7
commit 6a1b6307c9
11 changed files with 300 additions and 72 deletions

View File

@@ -38,6 +38,11 @@ SectionTitleWidget::SectionTitleWidget(SectionContent::RefPtr content, QWidget*
setLayout(l);
}
SectionTitleWidget::~SectionTitleWidget()
{
qDebug() << Q_FUNC_INFO;
}
bool SectionTitleWidget::isActiveTab() const
{
return _activeTab;