So I started programming with Qt recently. I am trying to figure out how to add my .svg files to the project. (I have formed a .qrc file to but I couldn't add my .svg files from add option). I want to get my SVG files on my main window just like at http://qt-project.org/doc/qt-4.8/pai...svgviewer.html. I have written my own svgview class and my mainwindow class. But I don't know how to continue. Any ideas?