hellow,

I am building a QWERTY keypad of aplhanumeric keys and some others Enter, Shift, up, down,right,left arrow and delete with QSignalMapper class. And this is ready.

I need to use my own buttons Images on that. I have tried with setpixmap for each key.But i can't hide the QString attached with each button.When i am doing this,the string name is shifting and both string name and image are seen. I want to hide this string and want to show only image.

Than,it should be able to link to the mapped(QString), when i press any of key.

Thank you all .