PDA

View Full Version : QPixmap and gtk.gdk.Pixbuf question



alexandernst
27th July 2009, 11:57
What is the equivalent of def gtk.gdk.pixbuf_new_from_file_at_size(filename, width, height) (http://www.pygtk.org/docs/pygtk/class-gdkpixbuf.html#function-gdk--pixbuf-new-from-file-at-size) in qt4?

I have been looking at QPixmap (http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qpixmap.html). Am I on the right way?

jano_alex_es
28th July 2009, 10:59
QPixmap

Yep, it seems so ^^