Go to the source code of this file.
Functions | |
| void | CreateDefaultSettings () |
| Creates a default QSettings. More... | |
| bool | GetOpenLastProjectFromSettings () |
| void | GetProjectInformationsFromSettings (QString &defaultAuthor, int &maxSaved) |
| void | SaveOpenLastProjectOnSettings (bool openLast) |
| void | SaveProjectInformationsOnSettings (const QString &defaultAuthor, const int &maxSaved) |
| void | WriteDefaultProjectFile (const QString &fileName) |
| Writes the default project file. More... | |
| void CreateDefaultSettings | ( | ) |
Creates a default QSettings.
| bool GetOpenLastProjectFromSettings | ( | ) |
| void GetProjectInformationsFromSettings | ( | QString & | defaultAuthor, |
| int & | maxSaved | ||
| ) |
| void SaveOpenLastProjectOnSettings | ( | bool | openLast | ) |
| void SaveProjectInformationsOnSettings | ( | const QString & | defaultAuthor, |
| const int & | maxSaved | ||
| ) |
| void WriteDefaultProjectFile | ( | const QString & | fileName | ) |
Writes the default project file.