views:

219

answers:

1

Hi,

i am learning QT, i am not getting how to get the picture control in QT?. in .net we have picture control right same way i need in QT. i know text edit support pictures but is there any alternatives. please tell if so.

Thanks

+2  A: 

I assume that you mean a control for showing pictures. In that case, simply use a QLabel and call setPixmap. There is a more versatile, but less polished picture widget here.

e8johan
Thanks..for the picture widget
Shadow