Questions tagged [qplaintextedit]

QPlainTextEdit is class in QtGui module which provides a widget that is used to edit and display plain text.

QPlainTextEdit is class in QtGui module which provides a widget that is used to edit and display plain text.

136 questions
-1
votes
1 answer

How do I tell if a QPlainTextEdit has scrolled?

There is a well know bug (feature?) that valueChanged signals are blocked some of the time for a scrollbar associated with a QTpainTextEdit, so I figured I'd override the scrollContentsBy() virtual function and notice scrolling that way. But…
user1160711
  • 463
  • 1
  • 5
  • 11
1 2 3
9
10