Move storageview example into tests/manual

The code is mostly an implementation of a model based on QStorageInfo,
shown in an otherwise uninteresting tree view.

Change-Id: Id6ce70d71ddc9bcd6e82a9ee12f5e1af159eac7a
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
(cherry picked from commit a89f575be3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Volker Hilsheimer 2023-06-09 10:51:40 +02:00 committed by Qt Cherry-pick Bot
parent 904d3d628b
commit feadcc6869
7 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,6 @@ qt_internal_add_example(simplewidgetmapper)
qt_internal_add_example(spinboxdelegate)
qt_internal_add_example(spreadsheet)
qt_internal_add_example(stardelegate)
qt_internal_add_example(storageview)
if(QT_FEATURE_draganddrop)
qt_internal_add_example(puzzle)
endif()

View File

@ -17,7 +17,6 @@ SUBDIRS = addressbook \
simplewidgetmapper \
spinboxdelegate \
spreadsheet \
stardelegate \
storageview
stardelegate
!qtConfig(draganddrop): SUBDIRS -= puzzle
!qtHaveModule(xml): SUBDIRS -= simpledommodel