#include "testwindow.h" TestWindow::TestWindow() : m_drawing_area(200, 200) { add(m_drawing_area); show_all_children(); }