summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/shortcuteditor/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a shortcut editor exampleLaszlo Papp2022-10-251-0/+22
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>