[PyKDE] imageformat plugin support in PyQt4?
Tara Hernandez
tara at pixar.com
Fri Oct 20 02:15:21 BST 2006
Why, yes, yes it does.
(And now I see that this corresponds more closely with the C++ test case
whose app initialization I had failed to note)
Thanks!
David Boddie wrote:
> On Friday 20 October 2006 00:21, Tara Hernandez wrote:
>
>> Duh.
>>
>> Qt 4.1.3, 64 bit Fedora Core 2
>>
>
> OK, but did you try something like this?
>
> from PyQt4.QtGui import QApplication, QImageReader
> app = QApplication([])
> print "Supported:"
> for type in QImageReader.supportedImageFormats():
> print " ",type
>
> Does this give you the full list?
>
> David
>
>
More information about the PyQt
mailing list