mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
Send Mouse event to FriendList's item, since ElidedLabel was fixed.
This commit is contained in:
parent
7195d4c20d
commit
48e6618c8d
1 changed files with 0 additions and 4 deletions
|
@ -500,10 +500,6 @@ static void getNameWidget(QTreeWidget *treeWidget, QTreeWidgetItem *item, Elided
|
|||
nameLabel = new ElidedLabel(widget);
|
||||
textLabel = new ElidedLabel(widget);
|
||||
|
||||
widget->setAttribute(Qt::WA_TransparentForMouseEvents, true);
|
||||
nameLabel->setAttribute(Qt::WA_TransparentForMouseEvents, true);
|
||||
textLabel->setAttribute(Qt::WA_TransparentForMouseEvents, true);
|
||||
|
||||
widget->setProperty("nameLabel", qVariantFromValue(nameLabel));
|
||||
widget->setProperty("textLabel", qVariantFromValue(textLabel));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue