QLabel image load
Unsolved
General and Desktop
-
Hi
Do you want to show folders also ?In any case, QLabel is not good for mutiple images.
You could use QTableWidget in icon mode if its fine all picture be shown in same size.
-
Hi
Ok.
Well if you want to show ALL image in ONE label, you need to combine them to one big fat image.
QLabel Only accepts one pixmap.
Else you need multiple labels - one pr image and add them to the scroll area and it can then be scrolled.Or do you mean like the ones we see on the net, where ONE image is shown
and then you can press < or > to see next picture ?