Top "Qscrollarea" questions

QScrollArea is a Qt class that provides scrolling functionality to other widgets.

Python PyQt Setting Scroll Area

I am trying to make my QGroupBox scrollable once it grow higher than 400px. The contents in the QGroupBox are …

python layout pyqt pyqt4 qscrollarea
How do i resize the contents of a QScrollArea as more widgets are placed inside

I have a QScrollArea Widget, which starts empty; It has a vertical layout, with a QGridLayout, and a vertical spacer …

qt pyside qscrollarea
How to hide scrollbar in QScrollArea?

How can one hide the scrollbars in a QScrollArea? Currently I use the hide() method on the scrollbars returned by …

qt qscrollarea
Add widgets to a ScrollArea

I am creating a window dimanica to the downloads list. But the scrollbar does not work and the "widgets children" …

qt layout qwidget qscrollarea
Qt QGridLayout automatically centers (moves) items to the middle.

I have a QHBoxLayout on my form with 3 layouts added to it. The second one has the items concerning my …

c++ python qt qscrollarea qgridlayout
QScrollArea not working as expected with QWidget and QVBoxLayout

So I have this QFrame which is the parent widget (represented by this in the code). In this widget, I …

c++ qt qwidget qscrollarea qframe
QLabel showing an image inside a QScrollArea

I've successfully implemented a Image Viewer (for DICOM) in Qt. I can see the image and I can zoom in …

image qt scrollbar qlabel qscrollarea
QSpinBox inside a QScrollArea: How to prevent Spin Box from stealing focus when scrolling?

I have a control with several QSpinBox objects inside a QScrollArea. All works fine when scrolling in the scroll area …

c++ qt qscrollarea qspinbox
How can i make widgets overflow to make a scrollbar appear in Qt?

The structure of my widgets is : QWidget customized to be a panel with rounded borders. To contain an area with …

qt user-interface scrollbar qscrollarea
QScrollArea missing Scrollbar

I think it is the same problem as : QScrollArea resizing QWidget but there are not solution. so let me expose …

c++ qt qscrollarea