More Preferences stuff

This commit is contained in:
Mark Watkins 2011-10-05 18:01:14 +10:00
parent f5d737bffe
commit 46fee547d0
3 changed files with 4 additions and 4 deletions

View File

@ -91,8 +91,8 @@ protected:
};
extern Preferences pref;
extern Preferences laypref;
extern Preferences PREF;
extern Preferences LAYOUT;
#endif // PREFERENCES_H

View File

@ -98,7 +98,7 @@ int main(int argc, char *argv[])
PREF["VersionString"]=Version;
p_profile=Profiles::Get(PREF["Profile"].toString());
//if (!pref.Exists("Profile")) pref["Profile"]=getUserName();
//if (!PREF.Exists("Profile")) PREF["Profile"]=getUserName();
/*int id=QFontDatabase::addApplicationFont(":/fonts/FreeSans.ttf");
QStringList ffam=QFontDatabase::applicationFontFamilies(id);

View File

@ -112,7 +112,7 @@ void NewProfile::on_nextButton_clicked()
prof["DoctorPatientID"]=ui->doctorPatientIDEdit->text();
pref["Profile"]=ui->userNameEdit->text();
PREF["Profile"]=ui->userNameEdit->text();
this->accept();