Some dock widget formatting and ESC key can dock ("unfloat") widget

This commit is contained in:
Klaus Basan
2018-01-07 05:53:33 +01:00
parent 3dc1c69653
commit 68b01077ba
4 changed files with 114 additions and 104 deletions

View File

@@ -22,7 +22,6 @@ class QWidget;
namespace BlackGui
{
//! Class for dock widgets in the info area, containing some specialized functionality
//! \sa CDockWidgetInfoArea
//! \sa CInfoArea
@@ -38,12 +37,10 @@ namespace BlackGui
//! Contribute to menu
virtual void addToContextMenu(QMenu *contextMenu) const override;
protected slots:
//! \copydoc CDockWidget::ps_onStyleSheetsChanged
virtual void ps_onStyleSheetsChanged() override;
protected:
//! \copydoc CDockWidget::onStyleSheetsChanged
virtual void onStyleSheetsChanged() override;
};
} // namespace
#endif // guard