The snippets in the QStylePlugin class documentation show the relevant bits well enough. Pick-to: 6.6 Fixes: QTBUG-119974 Change-Id: Iba4a37664d64d86a2946f41d131a201ccdcd723b Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit 5a0135fafb16203a812163f7ed55c1b981477cb5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
9 lines
284 B
CMake
9 lines
284 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
qt_internal_add_example(completer)
|
|
qt_internal_add_example(customcompleter)
|
|
qt_internal_add_example(regularexpression)
|
|
qt_internal_add_example(treemodelcompleter)
|
|
qt_internal_add_example(undoframework)
|