renamed Peer Connect/Online to Friend Connect/Online

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3822 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-11-19 18:32:03 +00:00
parent a9ee3d92dc
commit d9b0bc1d59
2 changed files with 75 additions and 73 deletions

View File

@ -644,7 +644,7 @@
<item> <item>
<widget class="QCheckBox" name="popup_Connect"> <widget class="QCheckBox" name="popup_Connect">
<property name="text"> <property name="text">
<string>Peer Connect</string> <string>Friend Connect</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -1,7 +1,8 @@
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OnlineToaster</class> <class>OnlineToaster</class>
<widget class="QWidget" name="OnlineToaster" > <widget class="QWidget" name="OnlineToaster">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,71 +10,71 @@
<height>168</height> <height>168</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<property name="margin" > <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" > <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0">
<widget class="QFrame" name="windowFrame" > <widget class="QFrame" name="windowFrame">
<property name="frameShape" > <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow" > <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<property name="margin" > <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" > <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0">
<layout class="QGridLayout" > <layout class="QGridLayout">
<property name="margin" > <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" > <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<item row="0" column="2" > <item row="0" column="2">
<widget class="QPushButton" name="closeButton" > <widget class="QPushButton" name="closeButton">
<property name="minimumSize" > <property name="minimumSize">
<size> <size>
<width>18</width> <width>18</width>
<height>18</height> <height>18</height>
</size> </size>
</property> </property>
<property name="maximumSize" > <property name="maximumSize">
<size> <size>
<width>18</width> <width>18</width>
<height>18</height> <height>18</height>
</size> </size>
</property> </property>
<property name="icon" > <property name="icon">
<iconset resource="../images.qrc" > <iconset resource="../images.qrc">
<normaloff>:/images/close-down.png</normaloff>:/images/close-down.png</iconset> <normaloff>:/images/close-down.png</normaloff>:/images/close-down.png</iconset>
</property> </property>
<property name="iconSize" > <property name="iconSize">
<size> <size>
<width>16</width> <width>16</width>
<height>16</height> <height>16</height>
</size> </size>
</property> </property>
<property name="flat" > <property name="flat">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>225</width> <width>225</width>
<height>22</height> <height>22</height>
@ -83,51 +84,51 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="1" column="0" > <item row="1" column="0">
<layout class="QGridLayout" > <layout class="QGridLayout">
<property name="leftMargin" > <property name="leftMargin">
<number>4</number> <number>4</number>
</property> </property>
<property name="rightMargin" > <property name="rightMargin">
<number>4</number> <number>4</number>
</property> </property>
<property name="spacing" > <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<item rowspan="3" row="0" column="0" > <item row="0" column="0" rowspan="3">
<widget class="QLabel" name="pixmaplabel" > <widget class="QLabel" name="pixmaplabel">
<property name="minimumSize" > <property name="minimumSize">
<size> <size>
<width>74</width> <width>74</width>
<height>74</height> <height>74</height>
</size> </size>
</property> </property>
<property name="maximumSize" > <property name="maximumSize">
<size> <size>
<width>74</width> <width>74</width>
<height>74</height> <height>74</height>
</size> </size>
</property> </property>
<property name="styleSheet" > <property name="styleSheet">
<string notr="true" >border-image: url(:/images/avatar_background.png);</string> <string notr="true">border-image: url(:/images/avatar_background.png);</string>
</property> </property>
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="pixmap" > <property name="pixmap">
<pixmap resource="../images.qrc" >:/images/user/personal64.png</pixmap> <pixmap resource="../images.qrc">:/images/user/personal64.png</pixmap>
</property> </property>
<property name="alignment" > <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>121</width> <width>121</width>
<height>20</height> <height>20</height>
@ -135,29 +136,29 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="1" > <item row="1" column="1">
<widget class="QPushButton" name="messageButton" > <widget class="QPushButton" name="messageButton">
<property name="font" > <property name="font">
<font> <font>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="styleSheet" > <property name="styleSheet">
<string notr="true" >color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, <string notr="true">color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #49881F, stop: 1 #49881F );</string> stop: 0 #49881F, stop: 1 #49881F );</string>
</property> </property>
<property name="text" > <property name="text">
<string>Peer Online</string> <string>Friend Online</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" > <item row="2" column="1">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>121</width> <width>121</width>
<height>20</height> <height>20</height>
@ -167,17 +168,17 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="2" column="0" > <item row="2" column="0">
<layout class="QGridLayout" > <layout class="QGridLayout">
<property name="topMargin" > <property name="topMargin">
<number>6</number> <number>6</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>81</width> <width>81</width>
<height>20</height> <height>20</height>
@ -185,19 +186,19 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<widget class="QLabel" name="messageLabel" > <widget class="QLabel" name="messageLabel">
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" > <item row="0" column="2">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>131</width> <width>131</width>
<height>20</height> <height>20</height>
@ -207,12 +208,12 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="3" column="0" > <item row="3" column="0">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>384</width> <width>384</width>
<height>61</height> <height>61</height>
@ -230,7 +231,8 @@
<tabstop>closeButton</tabstop> <tabstop>closeButton</tabstop>
</tabstops> </tabstops>
<resources> <resources>
<include location="../images.qrc" /> <include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>