summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-17 19:19:38 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-17 19:19:38 +0200
commit2778d2d6c0821a7a1622ca4312416739525781be (patch)
tree8589cab180728a024b8bd29a01fd9a5e85e9bce4 /mainwindow.h
parent31eb4d5361026dad3107dc647ac7c3ff63f50c7b (diff)
downloadGUI_SS2015-2778d2d6c0821a7a1622ca4312416739525781be.tar.gz
GUI_SS2015-2778d2d6c0821a7a1622ca4312416739525781be.zip
Add different shapes for drawing
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 10976c4..43dbb29 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -31,6 +31,10 @@ protected:
private slots:
void on_actionPreferences_triggered();
void on_actionLanguage_triggered();
+ void on_actionDraw_Line_triggered();
+ void on_actionDraw_Rectangle_triggered();
+ void on_actionDraw_Ellipse_triggered();
+ void on_actionDraw_Polygon_triggered();
void changeEvent(QEvent *event);
private: