PDA

View Full Version : icons are not appearin in windows



sujan.dasmahapatra
6th December 2009, 02:30
Friends
I am building QT application in vc++. Trying to put some icons on the toolbars.But none of the icons are appearing.Can u suggest whats going wrong.

geomAct = new QAction(QIcon(":/images/Aircarft1.bmp"),tr("Start&Geom"),this);

where this icon is present in images folder and also there's a qrc file where i am specifying the icons path.

I have tried with png,jpg etc but none of them are being visible.

Any help would be appreciated.

Thannks
sujan