Qt 6.11 is out! See what's new in the release
blog
Getting designer to see my resources
-
Say I have a VS project called projectname with a sub folder called ui where I store my .ui files and a file called resources.qrc:
projectname/ui
When compiled that generates file qrc_resources.cpp in:
projectname/GeneratedFiles/ui
I can edit the ui files, but when I try to select resources I cannot see them:

-
Hi
Just guessing as i never use the stand-alone Designer but i think you have to load the compiled resource file to have Designer know of if.

-
Yes, that worked and thank you. A pity that the help didn't provide any clues.
Thanks again. David
@Perdrix
Hi
Well it does
https://doc.qt.io/qt-5/designer-resources.html
But not sure how easy its to find when sitting In Designer :)