Changed Paste icon

This commit is contained in:
defnax 2016-12-22 17:10:51 +01:00
parent 83302e0642
commit 864776119f
3 changed files with 99 additions and 2 deletions

View file

@ -298,8 +298,14 @@
<string>Paste certificate</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/copyrslink.png</normaloff>:/images/copyrslink.png</iconset>
<iconset resource="../icons.qrc">
<normaloff>:/icons/svg/paste.svg</normaloff>:/icons/svg/paste.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>