I tried with other pixmap which is showing in other widget;

logoutbtn=new QLabel(this );
logoutbtn->setPaletteBackgroundPixmap(logoutbg);

the code works well,
so I tried to use the "logoutbg" ,but it didn't show the pixmap ,??