Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to handle auto scroll on control QPlainTextEdit #103
Labels
Comments
|
Hi @leovo2708 I couldnt understand what you meant here. Could you post the code snippet ? Also, it would be awesome if you can open the issue as per the issue template. |
|
@master-atul |
|
I'm having the same issue. I don't know how to hold the scroll bar in the bottom like an installer wizard. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I append text to the control QPlainTextEdit after interval, please help me how to scroll to the bottom,
I can't find any APIs: https://docs.nodegui.org/docs/api/generated/classes/qplaintextedit
Thanks