Inherits ui_projectrecent::Ui_projectRecentDialog.
Public Member Functions | |
def | __init__ |
Constructor of projectRecentDialog It loads the list of recent project. | |
def | clearAllRecent |
Clears all recent project. | |
def | recentUpdate |
Updates project name, description and author. | |
def | openRecentProject |
Opens selected recent project from recent project list. | |
def | loadRecentProjects |
Puts items into recent project list widget. |
Class containing main logic of recent project dialog.
Window has list of recent project and displays project name, description and author when moving through list.
def projectrecent::projectRecentDialog::__init__ | ( | self, | ||
mainWindow | ||||
) |
Constructor of projectRecentDialog It loads the list of recent project.
self | The object pointer. | |
mainWindow | class representing main window of the application window::Window class |
def projectrecent::projectRecentDialog::clearAllRecent | ( | self | ) |
Clears all recent project.
Sets recent project list of the main window as empty and updates current widget list. Note that recent project list become actually empty after storing setting of main window settings::HotFuzzSettings::loadSettings settings::HotFuzzSettings::storeSettings
self | The object pointer. |
def projectrecent::projectRecentDialog::loadRecentProjects | ( | self | ) |
def projectrecent::projectRecentDialog::openRecentProject | ( | self | ) |
def projectrecent::projectRecentDialog::recentUpdate | ( | self, | ||
item, | ||||
previous | ||||
) |