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.

Pick-to: 6.5 6.6
Change-Id: Id6ce70d71ddc9bcd6e82a9ee12f5e1af159eac7a
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-06-09 10:51:40 +02:00
parent ce13dc8c2f
commit a89f575be3
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