Hi,
I have looked into the documentation for sometime now and have not found anything that can solve the problem. First I do not want to use Q3TextEdit but QTextEdit, because I think we can do much more with QTextEdit that Q3TextEdit.
Ok, now let me explain the whole thing in detail. Let us consider the following text.
"Any existing selections which have a different id are
left alone, but if an existing selection has the same id as
selNum it is removed and replaced by this selection."
In the text above I should be able to select "existing" and "different" (note that they are two words in the same line) programtically. I should also be able to select "existing" and "alone" (two different words in different lines).
Also, is there a way by which I can disable the user to select any text but using the code I can select multiple text.
Can someone please help me with this?
Thanks a lot.




Reply With Quote
Bookmarks