Hi dear Form Member
Suppose i write some text in QTextEdit.Then i want to get this string.How i can get this string.Pls help as soon as possible.I can't get any built in method like getText(); But i can set text by setText() method.
Jobayer
Hi dear Form Member
Suppose i write some text in QTextEdit.Then i want to get this string.How i can get this string.Pls help as soon as possible.I can't get any built in method like getText(); But i can set text by setText() method.
Jobayer
Hi,
Try this
I think it may helps you.Code:Qstring str= textEdit->toplainText();
Jajal Mehul