[PyQt] image with scrollbars in a qlabel how ?

Joachim Schmitz js at aixtraware.de
Wed Nov 14 08:13:55 GMT 2007


David Boddie schrieb:
> On Mon Nov 12 21:22:36 GMT 2007, Joachim Schmitz wrote:
> 
>> i want to show a dialog where one can enter a text based on an image shown.
>> The code below does that, except for the fact, that the image always has 
>> the same size, and that no scrollbars apear, what I am doing wrong ?
>> I actually want the imageLabel look like the centralWidget in the 
>> imageviewer example ?
> 
> You need to use a QScrollArea to hold the label. Take a look at the code
> for the Image Viewer example:
> 
>   http://doc.trolltech.com/4.3/widgets-imageviewer-imageviewer-cpp.html
> 
> You might find it a useful learning experience to port this example to PyQt
> if it hasn't already been done. Hint, hint... ;-)
> 
Yes it has already been done, and I took this as a guidline for my 
code, but my code never shows the scollbars :(.

-- 
Gruß Joachim


More information about the PyQt mailing list