8 #include "../core/document.h" 9 #include "../core/tracks.h" 21 void changeEvent(QEvent *event);
26 QHBoxLayout *bar =
nullptr;
27 QVBoxLayout *layout =
nullptr;
28 QWidget *spacer =
nullptr;
29 QWidget *content_window =
nullptr;
31 std::string _annotation_hud_string;
35 void setContentWidget(QWidget *widget);
36 void addToolWidget(QWidget *widget);
37 void addToolWidgetRight(QWidget *widget);
38 void replace(
const std::shared_ptr<Window> &new_window);
39 QWidget *contentWidget() {
return content_window; }
40 void paintAnnotationHUD(QPainter *painter,
41 const std::shared_ptr<const Type> &type);
52 Qt::Orientation orientation;
53 QWidget *splitter =
nullptr;
61 PROPERTY(
double, position, 0.5);
62 PROPERTY(std::shared_ptr<Window>, a,
nullptr);
63 PROPERTY(std::shared_ptr<Window>, b,
nullptr);