Qt 6.11 is out! See what's new in the release
blog
load new widgets when scrolled to the bottom of a QScrollArea
-
Hi,
Use the scroll bar valueChanged signal and compare the value to the max from the bar. Then you can do what you want.
-
Hi,
Use the scroll bar valueChanged signal and compare the value to the max from the bar. Then you can do what you want.
-
Good
Then if everything is OK please mark the thread as solved using the "Topic Tools" button or the three doted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)