diff options
author | Kai Köhne <[email protected]> | 2025-06-27 14:41:17 +0200 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2025-07-04 16:55:05 +0200 |
commit | 6a8afb82770ed9d784a1e44b41e729ec7c297b9c (patch) | |
tree | 1045cfdefac13a833bcf2222c4d834061c62a06e | |
parent | 46ef6acc04b05e6b7b462d4d7c8b5d63ee12a9f2 (diff) |
The shown code snippet from BackspaceButton.qml is a bit arbitrary?
Better to just leave it out (we don't show content from
CalculatorButton.qml either).
Pick-to: 6.10
Task-number: QTBUG-137892
Change-Id: I9c70c8ccf5134a710a25294ab8ef802890b53c02
Reviewed-by: Andreas Eliasson <[email protected]>
-rw-r--r-- | examples/demos/calqlatr/doc/src/calqlatr.qdoc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/demos/calqlatr/doc/src/calqlatr.qdoc b/examples/demos/calqlatr/doc/src/calqlatr.qdoc index c30e5eac3..6cebc9848 100644 --- a/examples/demos/calqlatr/doc/src/calqlatr.qdoc +++ b/examples/demos/calqlatr/doc/src/calqlatr.qdoc @@ -73,11 +73,7 @@ There is another file in the \c content directory called \c BackSpaceButton.qml, this is a special case of the \c CalculatorButton where we would like to render an image onto the button, rather than use text. This button is the same as an \c OperatorButton, but - includes an \c icon rather than \c text: - - \quotefromfile demos/calqlatr/content/BackspaceButton.qml - \skipto icon.source: - \printto } + includes an \c icon rather than \c text. \section1 Responsive Layouts |