Qt: add notes as tooltips

This commit is contained in:
Megamouse 2018-06-11 19:19:15 +02:00 committed by Ivan
parent 61a517cc1a
commit d013524ea9
5 changed files with 97 additions and 9 deletions

View file

@ -91,7 +91,6 @@ void game_list_grid::addItem(const QPixmap& img, const QString& name, const int&
// create item with expanded image, title and position
QTableWidgetItem* item = new QTableWidgetItem();
item->setData(Qt::ItemDataRole::DecorationRole, QPixmap::fromImage(exp_img));
item->setData(Qt::ItemDataRole::ToolTipRole, name);
if (m_text_enabled)
{