Base class to read settings text files-. More...
#include <SettingsReader.h>
Public Member Functions | |
SettingsReader (const QString &fileName) | |
open the file in read only | |
Protected Member Functions | |
virtual void | read ()=0 |
Reads the information from the file. | |
Protected Attributes | |
QFile | m_SettingFile |
Base class to read settings text files-.
SettingsReader::SettingsReader | ( | const QString & | fileName | ) |
open the file in read only
fileName | the name of the file to open |
QFile SettingsReader::m_SettingFile [protected] |