Commit 82451248 authored by Dan Pascu's avatar Dan Pascu

Renamed some icons

parent acbca1d0
...@@ -76,7 +76,7 @@ class ContactIconDescriptor(object): ...@@ -76,7 +76,7 @@ class ContactIconDescriptor(object):
class Contact(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): def __init__(self, group, name, uri, image=None):
self.group = group self.group = group
......
...@@ -80,8 +80,8 @@ class MainWindow(base_class, ui_class): ...@@ -80,8 +80,8 @@ class MainWindow(base_class, ui_class):
def _setup_identities(self): def _setup_identities(self):
self.identity.addItem("31208005167@ag-projects.com") self.identity.addItem("31208005167@ag-projects.com")
self.identity.addItem("Bonjour") self.identity.addItem("Bonjour")
self._set_user_icon(Resources.get("icons/default_user_icon.png")) self._set_user_icon(Resources.get("icons/default-avatar.png"))
#self._set_user_icon(":/resources/icons/default_user_icon.png") #self._set_user_icon(":/resources/icons/default-avatar.png")
def set_identity(self, string): def set_identity(self, string):
print "identity changed", string print "identity changed", string
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<string/> <string/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap>icons/default_user_icon.png</pixmap> <pixmap>icons/default-avatar.png</pixmap>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
<item> <item>
<widget class="QStackedWidget" name="main_view"> <widget class="QStackedWidget" name="main_view">
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="contacts_panel"> <widget class="QWidget" name="contacts_panel">
<layout class="QVBoxLayout" name="verticalLayout_8"> <layout class="QVBoxLayout" name="verticalLayout_8">
...@@ -626,8 +626,8 @@ buttons below.</string> ...@@ -626,8 +626,8 @@ buttons below.</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>icons/bellon.png</normaloff> <normaloff>icons/bell-on.png</normaloff>
<normalon>icons/belloff.png</normalon>icons/bellon.png</iconset> <normalon>icons/bell-off.png</normalon>icons/bell-on.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<string/> <string/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap>icons/default_user_icon.png</pixmap> <pixmap>icons/default-avatar.png</pixmap>
</property> </property>
</widget> </widget>
</item> </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