GUI: Add icon for Open Project and add it to toolbar.

This commit is contained in:
Kimmo Varis 2010-08-19 17:47:27 +03:00
parent 6a3bccae6f
commit c8e073576c
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<file>images/view-refresh.png</file>
<file>images/showerrors.png</file>
<file>images/showstylewarnings.png</file>
<file>images/openproject.png</file>
<file alias="COPYING">../COPYING</file>
<file alias="AUTHORS">../AUTHORS</file>

BIN
gui/images/openproject.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -155,6 +155,7 @@
<bool>false</bool>
</attribute>
<addaction name="mActionCheckDirectory"/>
<addaction name="mActionOpenProjectFile"/>
<addaction name="mActionSave"/>
<addaction name="mActionRecheck"/>
<addaction name="mActionStop"/>
@ -361,6 +362,10 @@
</property>
</action>
<action name="mActionOpenProjectFile">
<property name="icon">
<iconset resource="gui.qrc">
<normaloff>:/images/openproject.png</normaloff>:/images/openproject.png</iconset>
</property>
<property name="text">
<string>Open P&amp;roject File...</string>
</property>