Skip to content

Commit 89825e2

Browse files
committedNov 24, 2014
Add toolbar icon and shortcut for python console
1 parent c0c94cf commit 89825e2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎src/ui/qgisapp.ui

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<x>0</x>
1818
<y>0</y>
1919
<width>1050</width>
20-
<height>20</height>
20+
<height>25</height>
2121
</rect>
2222
</property>
2323
<widget class="QMenu" name="mProjectMenu">
@@ -423,6 +423,7 @@
423423
<attribute name="toolBarBreak">
424424
<bool>false</bool>
425425
</attribute>
426+
<addaction name="mActionShowPythonDialog"/>
426427
</widget>
427428
<widget class="QToolBar" name="mHelpToolBar">
428429
<property name="windowTitle">
@@ -1598,9 +1599,16 @@ Ctl (Cmd) increments by 15 deg.</string>
15981599
</property>
15991600
</action>
16001601
<action name="mActionShowPythonDialog">
1602+
<property name="icon">
1603+
<iconset resource="../../images/images.qrc">
1604+
<normaloff>:/images/themes/default/console/iconRunConsole.png</normaloff>:/images/themes/default/console/iconRunConsole.png</iconset>
1605+
</property>
16011606
<property name="text">
16021607
<string>Python Console</string>
16031608
</property>
1609+
<property name="shortcut">
1610+
<string>Ctrl+Alt+P</string>
1611+
</property>
16041612
</action>
16051613
<action name="mActionFullHistogramStretch">
16061614
<property name="icon">

0 commit comments

Comments
 (0)
Please sign in to comment.