GUI: Add icon for Open Project and add it to toolbar.
This commit is contained in:
parent
6a3bccae6f
commit
c8e073576c
|
@ -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>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -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&roject File...</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue