Commit b7826598 authored by Dan Pascu's avatar Dan Pascu

Restored defaults

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