Add player view rectangle option

This commit is contained in:
Marcus Huderle
2019-01-08 18:04:48 -06:00
parent 3f88072981
commit 4d088766a0
13 changed files with 115 additions and 11 deletions

View File

@@ -2589,6 +2589,7 @@
<addaction name="actionZoom_In"/>
<addaction name="actionZoom_Out"/>
<addaction name="actionBetter_Cursors"/>
<addaction name="actionPlayer_View_Rectangle"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
@@ -2808,6 +2809,17 @@
<string>About Porymap...</string>
</property>
</action>
<action name="actionPlayer_View_Rectangle">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Player View Rectangle</string>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show the player's view rectangle on the map based on the cursor's position.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>