Added a warning info label for the make friend Wizard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6817 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-10-08 16:45:14 +00:00
parent 1d83754385
commit fa6bc5fe39
2 changed files with 25 additions and 0 deletions

View File

@ -781,6 +781,22 @@
<string notr="true">ConnectFriendWizard::Page_Conclusion</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_18">
<item>
<widget class="QLabel" name="makefriend_infolabel">
<property name="font">
<font>
<family>Tahoma</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add to many friends. You can add as many friends as you like, but more than 40 will probably require too much resources.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="peerDetailsFrame">
<property name="title">
@ -1059,6 +1075,7 @@
</customwidgets>
<resources>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>

View File

@ -297,6 +297,14 @@ ConnectFriendWizard QWizardPage#FriendRequestPage > QFrame#frame {
background: white;
}
ConnectFriendWizard QWizardPage#ConclusionPage > QLabel#makefriend_infolabel
{
border: 1px solid #DCDC41;
border-radius: 6px;
background: #FFFFD7;
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
}
/* Toaster */
ChatToaster > QFrame#windowFrame,