15#ifndef QGSPANELWIDGET_H
16#define QGSPANELWIDGET_H
44 void setPanelTitle(
const QString &panelTitle ) { mPanelTitle = panelTitle; }
59 void connectChildPanels(
const QList<QgsPanelWidget *> &panels );
75 virtual void setDockMode(
bool dockMode );
85 virtual bool applySizeConstraintsToStack()
const;
126 virtual QString menuButtonTooltip()
const;
134 virtual QMenu *menuButtonMenu();
191 void keyPressEvent( QKeyEvent *event )
override;
194 bool mAutoDelete =
true;
196 bool mDockMode =
false;
229 QWidget *mWidget =
nullptr;