44 static QDir ePartDirectory();
53 static EPart* loadEPartFirstTime(QString ePart, QString &error);
73 static EPart* loadEPart (
EPart *part, QString ePart, QString &error,
bool doSetupApplication =
true);
77 static bool setupApplication (
EPart *part, QString &error );
82 static bool setupApplication ( QString shortName, QString version, QString& error );
86 static bool loadTranslations (
EPart *part, QString &error );
92 static bool loadTranslations ( QString dir, QString& error );
96 static bool loadResources (
EPart *part, QString &error );
100 static bool loadResources ( QString dir, QString &error );
105 static QString manufacturer();
109 static QUrl website();
An item in the ESettingsModel, which represents one Settingspage.
Definition: esettingsmodelitem.h:35
#define E_CORE_EXPORT
Definition: eglobal.h:107
A person, which should be mentioned at the EAboutDialog.
Definition: eaboutperson.h:30
Implement this class to create an object, which can be used in several applications.
Definition: epart.h:106
Represents one command line argument or option.
Definition: ecmdlineoption.h:37
This class provides information about the LibEngsas and loads EPart's.
Definition: elibrary.h:38
QList< EAboutPerson * > AboutPersons
A type to replace QList<EAboutPerson*> with a shorter name.
Definition: eglobal.h:160