1 2 3 4 5 6 7 8
#include "mainwindow.hpp" MainWindow::MainWindow() : drawer(500, 500) { setCentralWidget(&drawer); }