From e9f100abd74f0c84426c1db5c331939370f41b99 Mon Sep 17 00:00:00 2001 From: gounux Date: Sun, 27 Oct 2024 12:35:17 +0100 Subject: [PATCH] feature(qchat): set geojson item tooltip --- qtribu/gui/qchat_tree_widget_items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qtribu/gui/qchat_tree_widget_items.py b/qtribu/gui/qchat_tree_widget_items.py index 845b5482..7e29aa2a 100644 --- a/qtribu/gui/qchat_tree_widget_items.py +++ b/qtribu/gui/qchat_tree_widget_items.py @@ -206,6 +206,7 @@ def __init__(self, parent: QTreeWidget, message: QChatGeojsonMessage): self.message = message self.init_time_and_author() self.setText(MESSAGE_COLUMN, self.liked_message) + self.setToolTip(MESSAGE_COLUMN, self.liked_message) # set foreground color if sent by user if message.author == self.settings.author_nickname: