Added new class StyledElidedLabel and used it for nick name and channel label.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7757 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-12-14 17:05:43 +00:00
parent 2036f379de
commit 78c71ab011
11 changed files with 186 additions and 53 deletions

View file

@ -183,7 +183,7 @@
</widget>
</item>
<item row="0" column="1" colspan="3">
<widget class="StyledLabel" name="nicknameLabel">
<widget class="StyledElidedLabel" name="nicknameLabel">
<property name="text">
<string notr="true">Nickname (Location)</string>
</property>
@ -830,6 +830,11 @@
<header location="global">gui/chat/ChatTabWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>StyledElidedLabel</class>
<extends>QLabel</extends>
<header>gui/common/StyledElidedLabel.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="images.qrc"/>