#include <setting_general.h>
Inheritance diagram for GeneralSettings:
Public Member Functions | |
GeneralSettings () | |
void | load (QSettings *) |
void | save (QSettings *) |
Private Attributes | |
QVBoxLayout | m_vlayout |
QCheckBox | m_chkTrayIcon |
GeneralSettings::GeneralSettings | ( | ) |
void GeneralSettings::load | ( | QSettings * | ) | [virtual] |
Implements AbstractSettings.
void GeneralSettings::save | ( | QSettings * | ) | [virtual] |
Implements AbstractSettings.
QCheckBox GeneralSettings::m_chkTrayIcon [private] |
QVBoxLayout GeneralSettings::m_vlayout [private] |