diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-02-16 15:49:43 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-02-20 11:59:13 +0100 |
commit | 5b3b7c4f85179d63aa901b66d26da3c2f88be3ca (patch) | |
tree | 05d75d46848c394889fb7e26667315f53821ac54 /src/uiplugin | |
parent | 273202689fcddd5ae8af9596f46f03fc5fa6a6fa (diff) | |
download | qttools-5b3b7c4f85179d63aa901b66d26da3c2f88be3ca.tar.gz |
Qt Designer/QtUiTools examples: Drop 'Example' from titles
Task-number: QTBUG-110447
Pick-to: 6.5
Change-Id: Ia9c06560f15dfee58a8a441c3791785827b70913
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/uiplugin')
-rw-r--r-- | src/uiplugin/customwidget.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uiplugin/customwidget.qdoc b/src/uiplugin/customwidget.qdoc index 5127e52ae..5d401d480 100644 --- a/src/uiplugin/customwidget.qdoc +++ b/src/uiplugin/customwidget.qdoc @@ -19,7 +19,7 @@ When implementing a custom widget you must subclass QDesignerCustomWidgetInterface to expose your widget to \QD. For example, this is the declaration for the plugin used in the - \l{Custom Widget Plugin Example}{Custom Widget Plugin example} that + \l{Custom Widget Plugin} example that enables an analog clock custom widget to be used by \QD: \snippet customwidgetplugin/customwidgetplugin.h 0 @@ -205,7 +205,7 @@ Using this macro ensures that the symbols are retained on those platforms, and has no side effects on other platforms. - For example, the \l{customwidgetplugin}{Custom Widget Plugin Example} + For example, the \l{customwidgetplugin}{Custom Widget Plugin} example exports a custom widget class with the following declaration: \snippet customwidgetplugin/analogclock.h 0 |