
QRecentFilesMenu
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The QRecentFilesMenu class provides a recent files menu widget for use in menu bars, context menus, and other popup menus.
Use QRecentFilesMenu::addRecentFile() to insert a recent file into the menu.
QRecentFilesMenu provides the signal recentFileTriggered to notifed whenever a recent file has been triggered().
You can save and restore the recent files entries from a QByteArray using saveState() and restoreState() respectively.
The source code is hosted on Github:
https://github.com/mojocorp/QRecentFilesMenu
jegjessing
7 years ago
http://qt-apps.org/content/show.php?content=161456 and are very happy with it
Report