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();
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
