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

@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#4d4d4d;
}
.ColorScheme-NegativeText {
color:#da4453;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
class="ColorScheme-NegativeText"
d="M 8,2 A 6,6 0 0 0 2,8 6,6 0 0 0 8,14 6,6 0 0 0 14,8 6,6 0 0 0 8,2 Z M 5.70703,5 8,7.29297 10.29297,5 11,5.70703 8.70703,8 11,10.29297 10.29297,11 8,8.70703 5.70703,11 5,10.29297 7.29297,8 5,5.70703 5.70703,5 Z"
/>
</svg>

After

Width:  |  Height:  |  Size: 626 B

View File

@@ -585,5 +585,6 @@
<file>ico/16x16/edit-select-invert.png</file>
<file>ico/16x16/edit-select-none.png</file>
<file>ico/16x16/transform-rotate.png</file>
<file>ico/16x16/window-close.svg</file>
</qresource>
</RCC>

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>