1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Add Tox logo at login

This commit is contained in:
tux3 2015-06-03 19:13:41 +02:00
parent 9ebfc9eb77
commit 93df0dec2b
3 changed files with 23 additions and 1 deletions

BIN
img/login_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -119,5 +119,6 @@
<file>ui/acceptCall/acceptCall.svg</file>
<file>ui/rejectCall/rejectCall.svg</file>
<file>ui/volButton/volButtonDisabled.png</file>
<file>img/login_logo.png</file>
</qresource>
</RCC>

View File

@ -1016,7 +1016,28 @@ background-color:#6cc865;</string>
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>25</x>
<y>15</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../res.qrc">:/img/login_logo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<resources>
<include location="../../res.qrc"/>
</resources>
<connections/>
</ui>