I am creating a new QPixmap with the file name as the parameter for the constructor:
Qt Code:
  1. QPixmap(":/.../.../name.png")
To copy to clipboard, switch view to plain text mode 
I looked at the documentation, and I couldn't find a function to get the file name as a QString. How do I do this?