I'm trying to set the background color on a model by returning a color inside
my models::data function.
The usage flow is as follows:
* User selects a row
* Clicks and "action button" (or possibly a double click on the row)
* The action is triggered, which should cause the row to cha
Seems to be a bug in Qt Visual Studio Tools – works when I revert to an older
version.
I’ll report it.
Kind regards
Robert
From: Interest On Behalf Of Schimkowitsch
Robert
Sent: Friday, 21 March 2025 13:52
To: interest@qt-project.org
Subject: [Interest] Issues with QML registration of C++ typ
Hello All,
I am working on resolving a Qt bug related to the QQuick Folder List Model. I
tried to write a test case to test signal emission using QSignalSpy. Initially,
I used the SIGNAL macro, but someone suggested I change it to a function
pointer. After trying the function pointer approach, I