What is the equivalent of def gtk.gdk.pixbuf_new_from_file_at_size(filename, width, height) in qt4?
I have been looking at QPixmap. Am I on the right way?
What is the equivalent of def gtk.gdk.pixbuf_new_from_file_at_size(filename, width, height) in qt4?
I have been looking at QPixmap. Am I on the right way?
QPixmap
Yep, it seems so ^^
Bookmarks