Qt-interest Archive, July 2007
QLineEdit and signal textEdited( const QString & text )
Message 1 in thread
The manual state the following
void QLineEdit::textEdited ( const QString & text ) [signal]
This signal is emitted whenever the text is edited. The text argument is the
next text.
Unlike textChanged(), this signal is not emitted when the text is changed
programmatically, for example, by calling setText().
I presume that when one calls insert() it will not emit the signal but it
does. Is it suppose to work like that.
Chris
--
[ signature omitted ]
Message 2 in thread
> -----Original Message-----
> From: Chris [mailto:chris@xxxxxxxxxxxxxxx]
> Sent: Tuesday, July 03, 2007 4:13 PM
> To: qt-interest@xxxxxxxxxxxxx
> Subject: QLineEdit and signal textEdited( const QString & text )
>
> The manual state the following
>
> void QLineEdit::textEdited ( const QString & text ) [signal]
> This signal is emitted whenever the text is edited. The text argument
is
> the
> next text.
> Unlike textChanged(), this signal is not emitted when the text is
changed
> programmatically, for example, by calling setText().
>
> I presume that when one calls insert() it will not emit the signal but
it
> does. Is it suppose to work like that.
>
> Chris
Nope, this doesn't sound right.
I'd report it to qt-bugs@xxxxxxxxxxxxx
Cheers,
Peter
--
[ signature omitted ]