Description: 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.
Ratings & Comments
1 Comment
Have used it in my application: opentail - http://qt-apps.org/content/show.php?content=161456 and are very happy with it