https://github.com/eteran/qt5-action-editor
A port of qq14-actioneditor from Qt Quarterly to Qt5
https://github.com/eteran/qt5-action-editor
c-plus-plus qt5
Last synced: 12 months ago
JSON representation
A port of qq14-actioneditor from Qt Quarterly to Qt5
- Host: GitHub
- URL: https://github.com/eteran/qt5-action-editor
- Owner: eteran
- License: gpl-3.0
- Created: 2018-01-03T16:15:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T16:18:57.000Z (over 8 years ago)
- Last Synced: 2025-06-16T13:12:59.131Z (about 1 year ago)
- Topics: c-plus-plus, qt5
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qt5-action-editor
A port of qq14-actioneditor from Qt Quarterly to Qt5
There was an [interesting issue of Qt Quarterly](https://doc.qt.io/archives/qq/qq14-actioneditor.html) way back when which demonstrated
how to make an application wide shortcut editor. Unfortunately the code was
Qt3 only. So, I decided to port it to Qt5 in case someone might find it useful.
In addition to straight code porting, I also updated some other things such as:
1. Using UI files to describe the GUI. Since the point of this example is not really teaching anything about the UI, this helps focus on the code that is relevent.
2. Using cmake as the build system over qmake.