Commit 82451248 authored by Dan Pascu's avatar Dan Pascu

Renamed some icons

parent acbca1d0
......@@ -76,7 +76,7 @@ class ContactIconDescriptor(object):
class Contact(object):
default_user_icon = ContactIconDescriptor('icons/default_user_icon.png')
default_user_icon = ContactIconDescriptor('icons/default-avatar.png')
def __init__(self, group, name, uri, image=None):
self.group = group
......
......@@ -80,8 +80,8 @@ class MainWindow(base_class, ui_class):
def _setup_identities(self):
self.identity.addItem("31208005167@ag-projects.com")
self.identity.addItem("Bonjour")
self._set_user_icon(Resources.get("icons/default_user_icon.png"))
#self._set_user_icon(":/resources/icons/default_user_icon.png")
self._set_user_icon(Resources.get("icons/default-avatar.png"))
#self._set_user_icon(":/resources/icons/default-avatar.png")
def set_identity(self, string):
print "identity changed", string
......
......@@ -104,7 +104,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap>icons/default_user_icon.png</pixmap>
<pixmap>icons/default-avatar.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
......@@ -265,7 +265,7 @@
<item>
<widget class="QStackedWidget" name="main_view">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="contacts_panel">
<layout class="QVBoxLayout" name="verticalLayout_8">
......@@ -626,8 +626,8 @@ buttons below.</string>
</property>
<property name="icon">
<iconset>
<normaloff>icons/bellon.png</normaloff>
<normalon>icons/belloff.png</normalon>icons/bellon.png</iconset>
<normaloff>icons/bell-on.png</normaloff>
<normalon>icons/bell-off.png</normalon>icons/bell-on.png</iconset>
</property>
<property name="iconSize">
<size>
......
......@@ -111,7 +111,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap>icons/default_user_icon.png</pixmap>
<pixmap>icons/default-avatar.png</pixmap>
</property>
</widget>
</item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment