summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/shortcuteditor.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add example categories to Qt Widget examplesMats Honkamaa2023-09-051-0/+1
| | | | | | | | | Added example categories and fixed some minor typos as well. Task-number: QTBUG-116359 Pick-to: 6.5 6.6 Change-Id: I2e270a1919003f4cea233666b64437e4c2b77121 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Add a shortcut editor exampleLaszlo Papp2022-10-251-0/+230
Many applications offer shortcuts for quick interaction with the application. It is also common in such applications to offer a shortcut editor in the preferences or separately in a dialog. However, even though this is a fairly common use case for applications with more than a couple of shortcuts, there is no good and comprehensive official Qt example how this could be achieved. This change is an attempt to bridge the gap. Change-Id: Ic01a404e6157bda1b0a75a0b792cbfe5d910d48f Reviewed-by: Paul Wicking <paul.wicking@qt.io>