Top "Qscrollarea" questions

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

Qt: Applying stylesheet on QScrollArea making horizontal scrollbar disappear but working perfectly for vertical scrollbar

I am trying to apply some style-sheet for scrollbars of QScrollArea and my style sheet as follows. QScrollBar:vertical { border-color: …

qt qtstylesheets qscrollarea
PyQt: Adding widgets to scrollarea during the runtime

I'm trying to add new widgets (in the example below I use labels) during the runtime by pressing on a …

qt pyqt resize qlabel qscrollarea
How to adjust QTextEdit to fit it's contents

I'm developing a Qt Application and I'm trying to find a way to use QTextEdit as a label with long …

c++ qt resize qtextedit qscrollarea
PyQt: How to create a scrollable window

I think it should be much easier to create a scrollable window in PyQt. I have a list of labels …

python pyqt scrollbar qscrollarea
How to add a scrollbar to parent QWidget

I understand how to add a scrollArea to a particular widget. However in my case Qwidget has multiple child widgets …

qt qtabwidget qscrollarea
Qt: How to determine whether a widget is visible or not in the QScrollArea?

Someone suggested that I re-implement the QWheelEvent handler and check each child widgets' visibleRegion is 0 or not. Are there any …

c++ qt qscrollarea
QScrollArea with dynamically changing contents

I have a QScrollArea with some buttons in it, like shown on the picture. The idea of the layout is: 1. …

c++ qt desktop-application qscrollarea qlayout