Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #49797
Ticket #49797
: qttest.py
File qttest.py,
175 bytes
(added by
j.ellerbroek@…
,
9 years ago
)
Python test file
Line
1
from
PyQt5.QtWidgets
import
QApplication
2
from
PyQt5.QtGui
import
QImageReader
3
4
app
=
QApplication
([])
5
6
for
i
in
QImageReader
.
supportedImageFormats
():
7
print
i
8
9
app
.
exec_
()
Download in other formats:
Original Format