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