Hi,

Using Qt designer under Eclipse, I am trying to assign an icon to a Tool Button which is done via the the resource manager (which crops up automatically). I know how to create a .qrc file and add my own icons to it, but how can I get to see the embedded Qt icons in there (like mentioned in your "Embedded resources" Wiki article)? Must I copy the ones I want to use from src/gui/styles/images to my project folder and then add them to my resources file? Surely, as they are supposedly already build in, I should be able to access them without doing this?

Thanks
ahenric