PDA

View Full Version : QPlainTextEdit



deeee
27th May 2010, 01:47
hello,

how could I implement a function to search a string in a qplaintextedit window ?
Similarly, how could I do "find next", "find previous" and "find and replace" ?
Thanks.

SixDegrees
27th May 2010, 02:05
Read the documentation for QTextEdit; these functions are practically written for you already with the functionality the class provides. There are also a few very good examples included in the "Examples" programs.