Skip to content

Commit 172d575

Browse files
author
radomir.tarasov
committed
feat(GUI): added logo, removed speech from menu & added map, robot info entries
1 parent 219e691 commit 172d575

File tree

4 files changed

+171
-169
lines changed

4 files changed

+171
-169
lines changed

AmurCore.ui

+13-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<x>0</x>
7777
<y>0</y>
7878
<width>336</width>
79-
<height>22</height>
79+
<height>23</height>
8080
</rect>
8181
</property>
8282
<widget class="QMenu" name="menu_File">
@@ -98,7 +98,8 @@
9898
<addaction name="action_Halt"/>
9999
<addaction name="separator"/>
100100
<addaction name="actionCamera"/>
101-
<addaction name="action_Speech"/>
101+
<addaction name="action_Map"/>
102+
<addaction name="actionRobot_Info"/>
102103
</widget>
103104
<widget class="QMenu" name="menu_About">
104105
<property name="title">
@@ -156,6 +157,16 @@
156157
<string>&amp;About</string>
157158
</property>
158159
</action>
160+
<action name="action_Map">
161+
<property name="text">
162+
<string>&amp;Map</string>
163+
</property>
164+
</action>
165+
<action name="actionRobot_Info">
166+
<property name="text">
167+
<string>Robot &amp;Info</string>
168+
</property>
169+
</action>
159170
</widget>
160171
<resources/>
161172
<connections/>

0 commit comments

Comments
 (0)