mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-06 19:32:18 +00:00
Starting to implement the switch addr tab
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<addaction name="actionGoto"/>
|
||||
<addaction name="actionGoto_Absolute"/>
|
||||
</widget>
|
||||
<action name="actionGoto">
|
||||
<property name="text">
|
||||
@@ -57,6 +58,17 @@
|
||||
<string>Ctrl+G</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGoto_Absolute">
|
||||
<property name="text">
|
||||
<string>Goto Absolute</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Go to an absolute address</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+G</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user