#include <ImFusion/GUI/RecentFilesMenu.h>
Qt Widget to display recent files.
More...
Qt Widget to display recent files.
Includes a button to mark as favorite
- See also
- RecentFilesMenu
|
|
void | favClicked (const QString &) |
| | Signals when the favorite button has been clicked.
|
| |
|
|
| RecentFileWidget (const QString &text, bool isFav, QWidget *parent=nullptr) |
| | Creates a widget with the 'text' label and un/marked as favorite.
|
| |
|
void | setText (const QString &text) |
| | Sets the text of this widget's label.
|
| |
|
void | setLocation (const QString &text) |
| | Set the location of the underlying file/entry.
|
| |
|
const QString & | location () const |
| | Return the location of the underlying file/entry.
|
| |
|
void | setVisible (bool isVisible) |
| | Sets the visibility of the widget.
|
| |
The documentation for this class was generated from the following file:
- ImFusion/GUI/RecentFilesMenu.h