On Windows 7 I was using Qt 5.12.6 with Qt Creator 4.10.2 IDE and compiling with MinGW 64-bit utilizing the provided qmake, on Windows 7. I ran into an interesting situation.
When attempting to...
It has nothing to do with the selection, it's the hovered item.
You can't disable this behavior except that you can use a style which doesn't do a styling for hovered items. Apart from this I...
Hi,
How do I disable mouse tracking on the table?
Best regards
Added after 14 minutes:
Hi,
I have cell highlighting disabled.
tableView->setSelectionMode(QAbstractItemView::NoSelection);
As I said - it depends on the style, fusion and breeze do highlight the current cell under the cursor. I'm pretty sure that not the whole table is redrawn.
ChristianEhrlicher Yesterday, 18:42Even when mouse tracking is disabled? That seems like a huge overhead - surely only the item under the cursor is the only one which must be redrawn, not the entire table.
d_stranz Yesterday, 17:58Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
cannot open output file debug\Filename: Permission denied
Today 00:03 by Corny