Qt-interest Archive, February 2007
fetching each char entered in Qtextedit??
Message 1 in thread
Hi,
I am sorry for giving the incomplete problem definition and unnecessary
code.
I have solved this problem but now I have another problem as follows:
I want to retrieve the char as and when they are entered in the
QTextedit box. Can anyone help me how to do it? please specify some
relevant code if possible.
Thanks
Regards,
Shuchi
(I am working on windows Xp with Qt 4.2.2(Commercial Evaluation Version)
Microsoft Visual Studio C++ 6.0)
________________________________
________________________________
From: Thanga Perumal Ganesan [mailto:gtpe.78@xxxxxxxxx]
Sent: Wednesday, February 14, 2007 6:25 PM
To: Suchi, Agrawal (IE10)
Subject: Re: threading!!!
Hi
You have not metioned ,what is the problem u r facing ?
Whenever u post a problem pls try to give as much detail as
possible..otherwise it is difficult to answer .
Regards
Thanga
________________________________
-----Original Message-----
From: Andreas Pakulat [mailto:apaku@xxxxxx]
Sent: Wednesday, February 14, 2007 8:49 PM
To: qt-interest@xxxxxxxxxxxxx
Subject: Re: threading!!!
On 14.02.07 18:09:35, Suchi, Agrawal (IE10) wrote:
> This is my first mail to this list.
Welcome.
> Can any one see my code and tel me how can I achieve this.
Uhm, what problem do you have exactly? Don't expect anybody searching
through your code looking for errors, we're answering questions here in
our free time and don't get paid for that.
Also try to strip down your code more, its more than 250 lines of code,
that is just too much for a small compilable example app.
Andreas
--
[ signature omitted ]
Message 2 in thread
> I want to retrieve the char as and when they are entered in the
> QTextedit box.
Something wrong with the void QTextEdit::textChanged () signal?
> Can anyone help me how to do it? please specify some
> relevant code if possible.
Just substract your 'before string' from your 'after string' and you get
your char. More or less.
Guido
--
[ signature omitted ]