mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
13d7866171
commit
1b77e09684
@ -67,7 +67,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="StyledLabel" name="headerLabel">
|
||||
<widget class="StyledElidedLabel" name="headerLabel">
|
||||
<property name="text">
|
||||
<string notr="true">Header text</string>
|
||||
</property>
|
||||
@ -90,9 +90,9 @@
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>StyledLabel</class>
|
||||
<class>StyledElidedLabel</class>
|
||||
<extends>QLabel</extends>
|
||||
<header>gui/common/StyledLabel.h</header>
|
||||
<header>gui/common/StyledElidedLabel.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
|
Loading…
Reference in New Issue
Block a user