qt6-bb10/tests/auto/widgets
Daniel Teske 7051572618 QLineEdit: Fix length calculation for input mask "\\\\"
Consider the raw string \\\\. The previous algorithm would consider
the last 3 \ to be escaped because the previous character is a \ and
thus calculating a maxLength of 3.

But this should be treated as two escaped \ with a maxLength of 2.

Change-Id: I6c4b8d090a2e1c6e85195d5920ce8b80aea1bc2d
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2017-07-13 14:59:17 +00:00
..
dialogs macOS: Blacklist tst_QProgressDialog::autoShow() 2017-07-02 09:30:45 +00:00
effects Revert "QWidgetEffectSourcePrivate::draw(): Call render() when no shared painter exists" 2017-06-14 13:00:35 +00:00
gestures autotests: use QTest::createTouchDevice() 2016-06-10 13:07:17 +00:00
graphicsview Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
itemviews QListView: Fix viewport size when checking scroll bar visibility 2017-07-07 08:10:01 +00:00
kernel Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
styles Refactor tst_QStyleSheetStyle::focus/hoverColors() 2017-06-12 14:27:04 +00:00
util Convert features.filesystemmodel to QT_[REQUIRE_]CONFIG 2017-07-02 10:39:04 +00:00
widgets QLineEdit: Fix length calculation for input mask "\\\\" 2017-07-13 14:59:17 +00:00
widgets.pro