mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Qt: add notes as tooltips
This commit is contained in:
parent
61a517cc1a
commit
d013524ea9
5 changed files with 97 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue