qt5base-lts/tests/auto/widgets
Mitch Curtis 58e3e32adf tst_qdatetimeedit: hide testWidget when creating widgets on the stack
The majority of the test reuses testWidget. While this may be faster
than creating a QDateTimeEdit instance on the stack for each test,
it introduces issues when certain properties aren't unset when cleaning
up. This happens easily when new tests are introduced which rely on
certain properties, for example.

Rather than making the newly introduced step-modifier-related tests
use testWidget, this patch goes with the simpler option of hiding
testWidget, just like other tests currently do.

Eventually we should probably switch to using local instances
everywhere.

Task-number: QTBUG-69492
Change-Id: I4d5625be0b7c72db793346f43fe3a7e7c1241f13
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-08-07 10:12:05 +00:00
..
dialogs Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
effects tst_QGraphicsEffect: Allow multiple paint events in itemHasNoContents() 2018-05-21 06:05:15 +00:00
graphicsview winrt: Fix tst_QGraphicsItem::cursor 2018-08-06 05:24:38 +00:00
itemviews winrt: Implement QPlatformCursor::setPos 2018-08-06 05:24:35 +00:00
kernel winrt: Implement QPlatformCursor::setPos 2018-08-06 05:24:35 +00:00
styles Merge branch '5.11' into dev 2018-07-31 13:33:14 +02:00
util winrt: Make widgets/util auto tests pass 2018-05-25 11:02:23 +00:00
widgets tst_qdatetimeedit: hide testWidget when creating widgets on the stack 2018-08-07 10:12:05 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00