Good evening,
I am developing an application where I have to process a bunch of image files.
To load the file's list, the user have to press a load button and a QFileDialog is created, then I...
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:42Qt 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.
QListView and QStringListModel
Today 02:03 by franco.amato