Add ElidedLabel to GroupTreeWidget

This commit is contained in:
Phenom 2016-10-16 15:48:50 +02:00
parent 0e1fad0ff7
commit 8483c0d0ca
4 changed files with 195 additions and 121 deletions

View file

@ -510,6 +510,7 @@ static void getNameWidget(QTreeWidget *treeWidget, QTreeWidgetItem *item, Elided
if (!widget) {
widget = new QWidget;
widget->setAttribute(Qt::WA_TranslucentBackground);
nameLabel = new ElidedLabel(widget);
textLabel = new ElidedLabel(widget);