Do you know how to enable a QScrollArea with qtcreator.
I've done a lot of experiments but nothing happen, the two scroll bars never appears.
I've set a minimum size of the contained widget
I've used the layout.
...
Do you know how to enable a QScrollArea with qtcreator.
I've done a lot of experiments but nothing happen, the two scroll bars never appears.
I've set a minimum size of the contained widget
I've used the layout.
...
Don't know what you have done. But works perfect:
I've done this experiment (see Attachment)
Where's the error?
Can you explain in a few words how to obtain a working example.
You have to set the layout on the scroll area, not "inside" the area only containing the items. Choose the scroll area and then click on the layout. Also your main window has no layout!
Bookmarks