connection fix

This commit is contained in:
liranbg 2014-07-11 17:01:25 +03:00
parent 5825c6623a
commit 4f54ad85a7
4 changed files with 180 additions and 180 deletions

View file

@ -21,7 +21,7 @@
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../resources/connectionstatus.qrc"> <iconset resource="../resources/connectionstatus.qrc">
<normaloff>:/icons/icon.png</normaloff>:/icons/icon.png</iconset> <normaloff>:/icons/icon.ico</normaloff>:/icons/icon.ico</iconset>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">#centralWidget <string notr="true">#centralWidget

View file

@ -3,6 +3,6 @@
<file>blueStatusIcon.png</file> <file>blueStatusIcon.png</file>
<file>greenStatusIcon.png</file> <file>greenStatusIcon.png</file>
<file>redStatusIcon.png</file> <file>redStatusIcon.png</file>
<file>icon.png</file> <file>icon.ico</file>
</qresource> </qresource>
</RCC> </RCC>