This commit is contained in:
Kovid Goyal 2024-08-02 18:31:58 +05:30
commit 0602497666
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -666,7 +666,7 @@ class Quickview(QDialog, Ui_Quickview):
select_item = a
# The data is supplied on demand when the item is displayed
a.setData(Qt.ItemDataRole.UserRole, b)
a.setToolTip(tt)
a.setToolTip(f"<div>{_('Value')}: {a.text()}</div>{tt}")
self.books_table.setItem(row, self.key_to_table_widget_column(col), a)
self.books_table.setRowHeight(row, self.books_table_row_height)
self.books_table.blockSignals(False)