Yes, you are just seeing the "directory" of Qt's own resources.

Meaning yours are not there.

Check that your resource file is properly listes in your .pro file and rebuild.
Check that the build directory has the generated qrc_resourcefilename.cpp file

Cheers,
_