Minor : fix missing icons

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5536 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2018-09-27 17:40:05 +00:00
parent 0c28b2f164
commit 81f6bb4a5a
3 changed files with 29 additions and 7 deletions

View File

@@ -35,8 +35,8 @@
<string/>
</property>
<property name="icon">
<iconset theme="arrow-down-double">
<normaloff>.</normaloff>.</iconset>
<iconset resource="../../../qelectrotech.qrc">
<normaloff>:/ico/16x16/go-bottom.png</normaloff>:/ico/16x16/go-bottom.png</iconset>
</property>
<property name="flat">
<bool>false</bool>
@@ -70,8 +70,8 @@
<string/>
</property>
<property name="icon">
<iconset theme="arrow-up-double">
<normaloff>.</normaloff>.</iconset>
<iconset resource="../../../qelectrotech.qrc">
<normaloff>:/ico/16x16/go-top.png</normaloff>:/ico/16x16/go-top.png</iconset>
</property>
<property name="flat">
<bool>false</bool>
@@ -87,8 +87,8 @@
<string/>
</property>
<property name="icon">
<iconset theme="window-close">
<normaloff>.</normaloff>.</iconset>
<iconset resource="../../../qelectrotech.qrc">
<normaloff>:/ico/16x16/window-close.svg</normaloff>:/ico/16x16/window-close.svg</iconset>
</property>
<property name="flat">
<bool>false</bool>
@@ -219,11 +219,15 @@
</item>
<item row="0" column="6">
<widget class="QPushButton" name="m_reload_pb">
<property name="toolTip">
<string>Actualiser</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="view-refresh"/>
<iconset resource="../../../qelectrotech.qrc">
<normaloff>:/ico/16x16/view-refresh.png</normaloff>:/ico/16x16/view-refresh.png</iconset>
</property>
</widget>
</item>