File could not found
File could not found

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown: QResource '/Resource/media/images/sort_both.png' not found or is empty
QResource '/Resource/media/images/sort_asc.png' not found or is empty
Description of problem: I embed DataTables in the qt, and I encount the weird problem that the console showed it could not found two png file sort_both.png, sort_asc.png. But There are exactly two file in that directory. How can I solve the problem?
file directory
Resource/media/images/sort_asc.png
Resource/media/images/sort_both.png
Answers
What is
qt
in this context? And what is aQResource
? Are we talking about QT the C++ cross platform library?It sounds like the path that the browser is looking for is different from the web-root for the http server. I’d suggest checking your server’s error logs.
Allan