shortkey for view all
This commit is contained in:
parent
dafbdd7d30
commit
84d260f0d5
1 changed files with 4 additions and 1 deletions
|
|
@ -394,7 +394,6 @@
|
|||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<widget class="Dock" name="editorDock">
|
||||
<addaction name="editActionRedo_2"/>
|
||||
<attribute name="dockWidgetArea">
|
||||
<number>1</number>
|
||||
</attribute>
|
||||
|
|
@ -521,6 +520,7 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<addaction name="editActionRedo_2"/>
|
||||
</widget>
|
||||
<widget class="Dock" name="consoleDock">
|
||||
<attribute name="dockWidgetArea">
|
||||
|
|
@ -1241,6 +1241,9 @@
|
|||
<property name="text">
|
||||
<string>View All</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+V</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="editActionConvertTabsToSpaces">
|
||||
<property name="text">
|
||||
|
|
|
|||
Loading…
Reference in a new issue