Browse Source

Add Tox logo at login

pull/1793/head
tux3 10 years ago
parent
commit
93df0dec2b
  1. BIN
      img/login_logo.png
  2. 1
      res.qrc
  3. 23
      src/widget/loginscreen.ui

BIN
img/login_logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

1
res.qrc

@ -119,5 +119,6 @@ @@ -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>

23
src/widget/loginscreen.ui

@ -1016,7 +1016,28 @@ background-color:#6cc865;</string> @@ -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>

Loading…
Cancel
Save