+ //QObject::connect(spinboxWidget, SIGNAL(valueChanged(int)), board, SLOT(setDrawState(int)));
+ //QObject::connect(spinboxWidget, SIGNAL(valueChanged(int)), this, SLOT(updateDrawState(int)));
+ QObject::connect(eraserAction, SIGNAL(triggered()), this, SLOT(useEraserTool()));
+ QObject::connect(imageAction, SIGNAL(triggered()), this, SLOT(useImageTool()));
+ QObject::connect(penAction, SIGNAL(triggered()), this, SLOT(usePenTool()));
+
+ usePenTool();