Tag Archives: picture

PyQt Drag Images into List Widget for Thumbnail List

This simple tutorial shows how you can create a program with Python and Qt to allow for image files from Explorer/Finder/Nautilus to be dropped in a list widget and create list items with thumbnails

droppedthumbnails

First we subclass a QListWidget to handle events
Continue reading