18 #ifndef BASEDOCKWIDGET_H
19 #define BASEDOCKWIDGET_H
21 #include <QDockWidget>
36 virtual void initUI() = 0;
37 virtual void updateUI() = 0;
39 Editor* editor()
const {
return mEditor; }
40 void setEditor(
Editor* e ) { mEditor = e; }
43 virtual int getMinHeightForWidth(
int width);
49 #endif // BASEDOCKWIDGET_H