diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-02-15 15:54:35 +0100 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2023-02-16 14:29:29 +0000 |
commit | 28d007f3d849280f569764a83e32ec314264e1cb (patch) | |
tree | 0a21f20a2a7aba562ff2215e131fb571d689b7a6 /examples/designer/doc/src/taskmenuextension.qdoc | |
parent | c810853fe0ad6bb9baa2f88cca964c341a75c4c9 (diff) | |
download | qttools-28d007f3d849280f569764a83e32ec314264e1cb.tar.gz |
Update screenshots of the Qt Designer examples
Remove duplicated identical pictures and replace
taskmenuextension-example-faded.png by a normal screenshot
since it is hard to maintain.
Task-number: QTBUG-110447
Change-Id: Iba7ee91dee8fb63af40c1c9b4163d573a1deae5f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
(cherry picked from commit 36d620918268f380316b0188f58a2fbcae9a518a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/designer/doc/src/taskmenuextension.qdoc')
-rw-r--r-- | examples/designer/doc/src/taskmenuextension.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/designer/doc/src/taskmenuextension.qdoc b/examples/designer/doc/src/taskmenuextension.qdoc index 440c2b28b..45944ad48 100644 --- a/examples/designer/doc/src/taskmenuextension.qdoc +++ b/examples/designer/doc/src/taskmenuextension.qdoc @@ -14,7 +14,7 @@ the QDesignerTaskMenuExtension class to provide custom task menu entries associated with the plugin. - \image taskmenuextension-example-faded.png + \image taskmenuextension-example.webp To provide a custom widget that can be used with \QD, we need to supply a self-contained implementation. In this example we use a @@ -274,7 +274,7 @@ \section1 TicTacToeTaskMenu Class Definition - \image taskmenuextension-menu.png + \image taskmenuextension-menu.webp The \c TicTacToeTaskMenu class inherits QDesignerTaskMenuExtension which allows you to add custom entries (in the form of QActions) @@ -323,7 +323,7 @@ \section1 TicTacToeDialog Class Definition - \image taskmenuextension-dialog.png + \image taskmenuextension-dialog.webp The \c TicTacToeDialog class inherits QDialog. The dialog lets the user modify the state of the currently selected Tic-Tac-Toe |