Commit b7826598 authored by Dan Pascu's avatar Dan Pascu

Restored defaults

parent 15abd960
......@@ -724,10 +724,10 @@ class ContactModel(QAbstractListModel):
except Exception:
file = None
group = ContactGroup('Test')
contacts = [Contact(group, 'Play James Bond Theme', '3333@sip2sip.info', 'icons/3333@sip2sip.info.png'),
Contact(group, 'Test Your Microphone', '4444@sip2sip.info', 'icons/4444@sip2sip.info.png'),
Contact(group, 'Test Multi-Party Chatserver', '123@chatserver.ag-projects.com'),
Contact(group, 'VUC Conference http://vuc.me', '200901@login.zipdx.com', 'icons/200901@login.zipdx.com.png')]
contacts = [Contact(group, 'Call Test', '3333@sip2sip.info', 'icons/3333@sip2sip.info.png'),
Contact(group, 'Echo Test', '4444@sip2sip.info', 'icons/4444@sip2sip.info.png'),
Contact(group, 'Multi-Party Chat', '123@chatserver.ag-projects.com'),
Contact(group, 'VUC Conference', '200901@login.zipdx.com', 'icons/200901@login.zipdx.com.png')]
contacts.sort(key=attrgetter('name'))
items = [group] + contacts
self.beginResetModel()
......
......@@ -61,7 +61,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
<height>29</height>
</size>
</property>
<property name="inactiveText" stdset="0">
......@@ -132,7 +132,7 @@
<property name="font">
<font>
<weight>75</weight>
<bold>false</bold>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
......@@ -142,7 +142,7 @@
<bool>false</bool>
</property>
<property name="inactiveText" stdset="0">
<string>My full name</string>
<string>Type your name here</string>
</property>
<property name="widgetSpacing" stdset="0">
<number>0</number>
......@@ -211,11 +211,6 @@
<height>18</height>
</size>
</property>
<property name="font">
<font>
<italic>false</italic>
</font>
</property>
<property name="styleSheet">
<string>background-color: transparent;</string>
</property>
......
......@@ -130,9 +130,9 @@
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>false</bold>
<bold>true</bold>
</font>
</property>
<property name="text">
......@@ -154,13 +154,6 @@
<property name="text">
<string>URI</string>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
<weight>75</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
</layout>
......
......@@ -75,12 +75,6 @@ border-width: 0;
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<bold>true</bold>
</font>
</property>
<property name="palette">
<palette>
<active>
......
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