summaryrefslogtreecommitdiffstats
path: root/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui42
1 files changed, 41 insertions, 1 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index 209a4b9..9e55b3a 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -14,7 +14,15 @@
<string>GUIProjekt SS2015_SS</string>
</property>
<widget class="QWidget" name="centralWidget">
- <layout class="QHBoxLayout" name="horizontalLayout"/>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="InteractionCanvas" name="interactionCanvasPlaceholder">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
@@ -38,6 +46,11 @@
</property>
<addaction name="actionPreferences"/>
<addaction name="actionLanguage"/>
+ <addaction name="separator"/>
+ <addaction name="actionDraw_Line"/>
+ <addaction name="actionDraw_Rectangle"/>
+ <addaction name="actionDraw_Ellipse"/>
+ <addaction name="actionDraw_Polygon"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
@@ -72,8 +85,35 @@
<string>&amp;Language</string>
</property>
</action>
+ <action name="actionDraw_Line">
+ <property name="text">
+ <string>Draw L&amp;ine</string>
+ </property>
+ </action>
+ <action name="actionDraw_Rectangle">
+ <property name="text">
+ <string>Draw &amp;Rectangle</string>
+ </property>
+ </action>
+ <action name="actionDraw_Ellipse">
+ <property name="text">
+ <string>Draw &amp;Ellipse</string>
+ </property>
+ </action>
+ <action name="actionDraw_Polygon">
+ <property name="text">
+ <string>Draw P&amp;olygon</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
+ <customwidgets>
+ <customwidget>
+ <class>InteractionCanvas</class>
+ <extends>QLabel</extends>
+ <header>interactioncanvas.h</header>
+ </customwidget>
+ </customwidgets>
<resources/>
<connections>
<connection>