1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

filetransferwidget: use CroppingLabel

This commit is contained in:
krepa098 2015-01-02 11:36:24 +01:00
parent 3c9e071a39
commit 1c653c5f65

View File

@ -75,7 +75,7 @@
<number>0</number>
</property>
<item>
<widget class="QLabel" name="filenameLabel">
<widget class="CroppingLabel" name="filenameLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
@ -279,6 +279,13 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>CroppingLabel</class>
<extends>QLabel</extends>
<header>src/widget/croppinglabel.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>