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:
parent
904d3d628b
commit
feadcc6869
@ -18,7 +18,6 @@ qt_internal_add_example(simplewidgetmapper)
|
|||||||
qt_internal_add_example(spinboxdelegate)
|
qt_internal_add_example(spinboxdelegate)
|
||||||
qt_internal_add_example(spreadsheet)
|
qt_internal_add_example(spreadsheet)
|
||||||
qt_internal_add_example(stardelegate)
|
qt_internal_add_example(stardelegate)
|
||||||
qt_internal_add_example(storageview)
|
|
||||||
if(QT_FEATURE_draganddrop)
|
if(QT_FEATURE_draganddrop)
|
||||||
qt_internal_add_example(puzzle)
|
qt_internal_add_example(puzzle)
|
||||||
endif()
|
endif()
|
||||||
|
@ -17,7 +17,6 @@ SUBDIRS = addressbook \
|
|||||||
simplewidgetmapper \
|
simplewidgetmapper \
|
||||||
spinboxdelegate \
|
spinboxdelegate \
|
||||||
spreadsheet \
|
spreadsheet \
|
||||||
stardelegate \
|
stardelegate
|
||||||
storageview
|
|
||||||
!qtConfig(draganddrop): SUBDIRS -= puzzle
|
!qtConfig(draganddrop): SUBDIRS -= puzzle
|
||||||
!qtHaveModule(xml): SUBDIRS -= simpledommodel
|
!qtHaveModule(xml): SUBDIRS -= simpledommodel
|
||||||
|
Loading…
Reference in New Issue
Block a user