mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
Fixed click in column "Friend nodes" in FriendList.
This commit is contained in:
parent
869077b4a5
commit
5f36500d02
1 changed files with 4 additions and 0 deletions
|
@ -500,6 +500,10 @@ static void getNameWidget(QTreeWidget *treeWidget, QTreeWidgetItem *item, Elided
|
||||||
nameLabel = new ElidedLabel(widget);
|
nameLabel = new ElidedLabel(widget);
|
||||||
textLabel = 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("nameLabel", qVariantFromValue(nameLabel));
|
||||||
widget->setProperty("textLabel", qVariantFromValue(textLabel));
|
widget->setProperty("textLabel", qVariantFromValue(textLabel));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue