mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Qt: only ignore highlights on specified tables
This commit is contained in:
parent
f6a3659a14
commit
b0b4998050
4 changed files with 11 additions and 8 deletions
|
|
@ -52,7 +52,7 @@ game_list_frame::game_list_frame(std::shared_ptr<gui_settings> guiSettings, std:
|
|||
|
||||
m_gameList = new game_list();
|
||||
m_gameList->setShowGrid(false);
|
||||
m_gameList->setItemDelegate(new table_item_delegate(this));
|
||||
m_gameList->setItemDelegate(new table_item_delegate(this, true));
|
||||
m_gameList->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
m_gameList->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
m_gameList->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue