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;
127 virtual QString menuButtonTooltip()
const;
135 virtual QMenu *menuButtonMenu();
192 void keyPressEvent( QKeyEvent *event )
override;
195 bool mAutoDelete =
true;
197 bool mDockMode =
false;
230 QWidget *mWidget =
nullptr;