[SOLVED]Qt Designer Icons
-
Hello,
I am creating my own components for Qt designer. So i need the icons of all the components/widgets of Qt Designer eg checkbox, comboBox etc. I searched on my local drive for the .png files where Qt is installed but didnt get the particular icons that i need . How to get the path where these icons are stored ."icons":http://imageshack.us/photo/my-images/84/iconsbs.png/
-
I would suspect they are stored in a QRC file. Try searching through Qt sources (at gitorious).
-