#include <R3D/GuiAlignment/QGuiAlignment.h>
Protected Slots | |
void | updateRecentFileList (const QString &file) |
Updates the QMenu 'Recent Files' with the latest list of files. | |
void | openRecentFile () |
Qt Slot that fires in response to a click on a "Recent File' Menu entry. | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Implements the CloseEvent to Quit the application and write settings to the preference file. | |
void | readSettings () |
Reads the Preferences from the users pref file. | |
void | writeSettings () |
Writes the preferences to the users pref file. | |
void | setupGui () |
Initializes some of the GUI elements with selections or other GUI related items. | |
void | dragEnterEvent (QDragEnterEvent *) |
Drag and drop implementation. | |
void | dropEvent (QDropEvent *) |
Drag and drop implementation. |
void QGuiAlignment::updateRecentFileList | ( | const QString & | file | ) | [protected, slot] |
Updates the QMenu 'Recent Files' with the latest list of files.
This should be connected to the Signal QRecentFileList->fileListChanged
file | The newly added file. |