[Interest] QLIneEdit Bug still valid ?

Constantin Makshin cmakshin at gmail.com
Mon Jul 16 09:14:31 CEST 2012


Functions you are interested in are (line numbers are taken from the code
in the Git repository):
src/gui/widgets/qlineedit.cpp, line 383 (QLineEdit::setText)
src/gui/widgets/qlinecontrol_p.h, line 213 (QLineControl::setText)
src/gui/widgets/qlinecontrol.cpp, line 676 (QLineControl::internalSetText)
src/gui/widgets/qlinecontrol.cpp, line 620 (QLineControl::finishChange)

Nothing looks wrong there...
On Jul 15, 2012 4:46 PM, "Petric Frank" <pfrank at gmx.de> wrote:

> Hello,
>
> developing an application using Qt 4.8.2 (Linux) i stumbled over a bug with
> QLineEdit.
>
> I used the signal textEdited(const QString &). According to the
> documentation
> this signal should not be emitted when i change the item using
> setText(const
> QString &). Despite the spec it is emitted at caling setText.
>
> I found a bug item dated from 2010 which referring this issue:
>   https://bugreports.qt-project.org/browse/QTBUG-15672
>
> which is still maked as open and no progress have been made.
>
> It seems this bugreport was lost somewhere.
>
> Any hints where/how to patch the original Qt Source to fix this is welcome.
>
> regards
>   Petric
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120716/45cb6ba2/attachment.html>


More information about the Interest mailing list