Move validators example to manual test

Change-Id: Ic91bc89422fb23e3782db69bab2953e7cf8ddf69
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit e00d8aa6a83d52b71e3ab2abdb45eafadf65e5f3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2023-06-26 15:28:39 +02:00 committed by Qt Cherry-pick Bot
parent 3b4c6da046
commit a47eccc32c
16 changed files with 0 additions and 13 deletions

View File

@ -1,11 +0,0 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\example widgets/validators
\title Validators Example
\brief The Validators example shows the signal emission behavior of input
validators.
\borderedimage validators.png
*/

View File

@ -13,5 +13,4 @@ qt_internal_add_example(sliders)
qt_internal_add_example(spinboxes) qt_internal_add_example(spinboxes)
qt_internal_add_example(tablet) qt_internal_add_example(tablet)
qt_internal_add_example(tooltips) qt_internal_add_example(tooltips)
qt_internal_add_example(validators)
qt_internal_add_example(windowflags) qt_internal_add_example(windowflags)

View File

@ -10,5 +10,4 @@ SUBDIRS = analogclock \
spinboxes \ spinboxes \
tablet \ tablet \
tooltips \ tooltips \
validators \
windowflags windowflags

View File

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 562 B

View File

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B