Public Member Functions | |
def | __init__ |
Constructor of HotFuzzSettings. | |
def | clearSettings |
Deletes settings of the application. | |
def | storeSettings |
Stores settings of the application. | |
def | loadSettings |
Loads settings of the application. | |
Public Attributes | |
mainWindow | |
Main Window of application. |
Class responsible for storing application settings.
The settings variables are actually stored within window::Window structure. This class just reads proper params of window::Window and stores them using standard qt setting (QSetting) interface. The settings are stored in ini format to default platform config directory (e.g. ~/.config/HotFuzz/HotFuzz GUI.ini)
def settings::HotFuzzSettings::__init__ | ( | self, | ||
mainWindow | ||||
) |
Constructor of HotFuzzSettings.
self | The object pointer. | |
mainWindow | class representing Main Window of the application |
def settings::HotFuzzSettings::clearSettings | ( | self | ) |
def settings::HotFuzzSettings::loadSettings | ( | self | ) |
def settings::HotFuzzSettings::storeSettings | ( | self | ) |
Main Window of application.