15#ifndef QGSPANELWIDGET_H
16#define QGSPANELWIDGET_H
43 void setPanelTitle(
const QString &panelTitle ) { mPanelTitle = panelTitle; }
58 void connectChildPanels(
const QList<QgsPanelWidget *> &panels );
74 virtual void setDockMode(
bool dockMode );
84 virtual bool applySizeConstraintsToStack()
const;
125 virtual QString menuButtonTooltip()
const;
133 virtual QMenu *menuButtonMenu();
189 void keyPressEvent( QKeyEvent *event )
override;
192 bool mAutoDelete =
true;
194 bool mDockMode =
false;
225 QWidget *mWidget =
nullptr;