[Qt-interest] Well, a simple question
Sean Harmer
sean.harmer at maps-technology.com
Wed Oct 28 14:46:02 CET 2009
On Wednesday 28 Oct 2009 13:39:01 erpin2006 wrote:
> I'd like to put an image controller on the main dialog. Is there already
> any widget which can hold the image ? First time to post a message
Try a QLabel.
Or if you need more specialised interaction just derive your own class from
QWidget and override the paintEvent() function. In there you can then use
QPainter calls to do whatever drawing you like.
If you have more questions just come back to the list.
Good luck,
Sean
More information about the Qt-interest-old
mailing list