Set text in HeaderFrame to elided label.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7801 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-12-30 10:40:58 +00:00
parent 13d7866171
commit 1b77e09684

View File

@ -67,7 +67,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="StyledLabel" name="headerLabel"> <widget class="StyledElidedLabel" name="headerLabel">
<property name="text"> <property name="text">
<string notr="true">Header text</string> <string notr="true">Header text</string>
</property> </property>
@ -90,9 +90,9 @@
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget> <customwidget>
<class>StyledLabel</class> <class>StyledElidedLabel</class>
<extends>QLabel</extends> <extends>QLabel</extends>
<header>gui/common/StyledLabel.h</header> <header>gui/common/StyledElidedLabel.h</header>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources/>