Найти
-
Пользователи
Полная версия:
pyqt4 image
Начало
»
GUI
»
pyqt4 image
1
VeNOm
Фев. 14, 2010 13:45:35
Подскажите самый простой способ загрузки картинки из интернета и вывода ее на форму используя pyqt4
truporez
Фев. 14, 2010 14:50:21
в image_data изображение, можно urlretrieve в файл, либо через opener.open(url).read() а дальше
img = QtGui.QPixmap()
img.loadFromData(image_data)
scene.addPixmap(img)
graphicsView.setScene(scene)
VeNOm
Фев. 14, 2010 15:01:23
Благодарю, буду пробовать
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Powered by
DjangoBB