Skip to content
Snippets Groups Projects
Commit e0c4e036 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

Fixes #51

parent 2a5fa7af
No related branches found
No related tags found
No related merge requests found
...@@ -539,7 +539,7 @@ border-color: rgb(255, 255, 255);</string> ...@@ -539,7 +539,7 @@ border-color: rgb(255, 255, 255);</string>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>450</width> <width>450</width>
<height>25</height> <height>22</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
...@@ -590,7 +590,7 @@ border-color: rgb(255, 255, 255);</string> ...@@ -590,7 +590,7 @@ border-color: rgb(255, 255, 255);</string>
<addaction name="actionBackground_Color"/> <addaction name="actionBackground_Color"/>
<addaction name="actionFloor_Color"/> <addaction name="actionFloor_Color"/>
<addaction name="actionWalls_Color"/> <addaction name="actionWalls_Color"/>
<addaction name="actionExits_Color"/> <!-- <addaction name="actionExtColor"/> -->
<addaction name="actionObstacles_Color"/> <addaction name="actionObstacles_Color"/>
<addaction name="actionNavigation_Lines_Color"/> <addaction name="actionNavigation_Lines_Color"/>
<addaction name="separator"/> <addaction name="separator"/>
...@@ -711,6 +711,9 @@ border-color: rgb(255, 255, 255);</string> ...@@ -711,6 +711,9 @@ border-color: rgb(255, 255, 255);</string>
<property name="text"> <property name="text">
<string>Pause/Resume</string> <string>Pause/Resume</string>
</property> </property>
<property name="shortcut">
<string>Space</string>
</property>
</action> </action>
<action name="actionAbout"> <action name="actionAbout">
<property name="text"> <property name="text">
...@@ -780,6 +783,9 @@ border-color: rgb(255, 255, 255);</string> ...@@ -780,6 +783,9 @@ border-color: rgb(255, 255, 255);</string>
<property name="text"> <property name="text">
<string>Fullscreen</string> <string>Fullscreen</string>
</property> </property>
<property name="shortcut">
<string>F</string>
</property>
<property name="visible"> <property name="visible">
<bool>false</bool> <bool>false</bool>
</property> </property>
...@@ -827,6 +833,9 @@ border-color: rgb(255, 255, 255);</string> ...@@ -827,6 +833,9 @@ border-color: rgb(255, 255, 255);</string>
<property name="text"> <property name="text">
<string>Reset All</string> <string>Reset All</string>
</property> </property>
<property name="shortcut">
<string>Alt+A</string>
</property>
</action> </action>
<action name="actionAdd_Trajectories_File"> <action name="actionAdd_Trajectories_File">
<property name="enabled"> <property name="enabled">
...@@ -1188,11 +1197,17 @@ border-color: rgb(255, 255, 255);</string> ...@@ -1188,11 +1197,17 @@ border-color: rgb(255, 255, 255);</string>
<property name="text"> <property name="text">
<string>Walls Color</string> <string>Walls Color</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action> </action>
<action name="actionExits_Color"> <action name="actionExtColor">
<property name="text"> <property name="text">
<string>Exits Color</string> <string>Exits Color</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+E</string>
</property>
</action> </action>
<action name="actionShow_Onscreen_Infos"> <action name="actionShow_Onscreen_Infos">
<property name="checkable"> <property name="checkable">
...@@ -2043,7 +2058,7 @@ border-color: rgb(255, 255, 255);</string> ...@@ -2043,7 +2058,7 @@ border-color: rgb(255, 255, 255);</string>
</hints> </hints>
</connection> </connection>
<connection> <connection>
<sender>actionExits_Color</sender> <sender>actionExtColor</sender>
<signal>triggered()</signal> <signal>triggered()</signal>
<receiver>mainwindow</receiver> <receiver>mainwindow</receiver>
<slot>slotChangeExitsColor()</slot> <slot>slotChangeExitsColor()</slot>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment