[Interest] get application's resources

Frank Rueter | OHUfx frank at ohufx.com
Fri Aug 10 10:34:33 CEST 2018


Ah, nice one, thanks!
I also just stumbled over this which seems to work as well:

|QtCore.QResource(':qrc/images').children() |

Two arrows in the quiver now, sweet.

Thanks again,
frank


On 10/08/18 3:27 PM, Reinhardt Behm via Interest wrote:

> QDir is your friend.
>
> 	QDir dir(":/", "*");
> 	qDebug() << dir.dirName() << dir.entryList();
>
​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180810/eb55e932/attachment.html>


More information about the Interest mailing list