Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用QTextEdit.
QTextEdit
一些编辑器 - 尤其是代码编辑器和 IDE 提供了一直滚动到最后一行直到最后一行到达视图顶部的可能性。
我希望能够使用QTextEdit. 这有可能吗?我一直在阅读文档,但找不到任何东西。
谢谢你。
我从来没有以这种方式使用过 QTextEdit,但也许您可以使用scrollToAnchor(QString arg)(确保文本中显示的“arg”可见)或ensureCursorVisible()来解决您的问题。