![]() |
QtLingo 1
QtLingo is an Application to make Qt Computer Translations easier
|
My Org Settings. More...
#include <MyOrgSettings.h>
Public Types | |
| enum | MyFileinfo { AbsolutePath = 100 , AbsoluteFilePath = 101 , BaseName = 102 , BirthTime = 103 , CanonicalPath = 104 , CanonicalFilePath = 105 , CompleteBaseName = 106 , CompleteSuffix = 107 , Directory = 108 , FileName = 109 , FilePath = 110 , IsWritable = 111 , IsFile = 112 , IsFolder = 113 , FileSize = 114 , IsSymLink = 115 , SymLinkTarget = 116 } |
| File Information. More... | |
| enum | MyMessageTypes { Information = 100 , Question = 101 , Warning = 102 , Critical = 103 , Debug = 104 } |
| Message Types. More... | |
Signals | |
| void | sendInternetProgress () |
| send Internet Progress More... | |
| void | sendUpdateSettings () |
| send Update Settings More... | |
Public Member Functions | |
| MyOrgSettings (QObject *parent=nullptr) | |
| MyOrgSettings Constructor. More... | |
| ~MyOrgSettings () | |
| MyOrgSettings Destructor. More... | |
| void | onRunOnStartup () |
| Run On Startup. More... | |
| QString | readSettings (const QString &thisSetting, const QString &thisDefault) |
| read Settings More... | |
| QString | readSettings (const QString &thisSetting) |
| read Settings More... | |
| bool | readSettingsBool (const QString &thisSetting, bool thisDefault) |
| read Settings Bool More... | |
| int | readSettingsInt (const QString &thisSetting, int thisDefault) |
| read Settings Int More... | |
| void | writeSettings (const QString &thisSetting, const QString &thisValue) |
| write Settings More... | |
| QSettings * | getSettings () |
| get Settings More... | |
| QString | getDataPath (const QString &thisFileName) |
| Get Data Path. More... | |
| QString | getOrgName () |
| get Org Name More... | |
| void | setOrgName (const QString &thisOrgName) |
| set Org Name More... | |
| QString | getOrgDomain () |
| my Organization Domain More... | |
| void | setOrgDomain (const QString &thisOrgDomain) |
| set Org Domain. setOrgDomain More... | |
| QString | getAppName () |
| my Application Name More... | |
| void | setAppName (const QString &thisAppName) |
| set AppName More... | |
| QString | getVersion () |
| my Application Version More... | |
| void | setVersion (const QString &thisVersion) |
| set Version More... | |
| QString | getIniFileName () |
| my Application IniFile More... | |
| void | setIniFileName (const QString &thisIniFileName) |
| set IniFile More... | |
| void | setIniFileExtension (const QString &thisIniFileNameExtension) |
| set Ini File Extension More... | |
| QString | getIniFileExtension () |
| getIniFileExtension More... | |
| QString | getIniFullPath () |
| my Application IniFile More... | |
| void | setIniFullPath (const QString &thisIniFileName) |
| set IniFile More... | |
| QString | readFile (const QString &thisFileName) |
| read File More... | |
| QString | combinePathFileName (const QString &thisPath, const QString &thisFileName) |
| combine Path File Name More... | |
| bool | isFileExists (const QString &thisFile) |
| File Functions. More... | |
| bool | isFileMake (const QString &thisPath, const QString &thisFileName) |
| is File Make More... | |
| bool | isPathExists (const QString &thisPath) |
| is Path Exists More... | |
| bool | isMakeDir (const QString &thisPath) |
| is Make Dir More... | |
| bool | removeFile (const QString &thisFile) |
| remove File More... | |
| bool | writeFile (const QString &thisFileName, const QString &thisContent) |
| write File More... | |
| QString | getFileInfo (MyOrgSettings::MyFileinfo thisInfo, const QString &thisFileFolder) |
| get File Info More... | |
| int | fileNumberLines (const QString &thisFile) |
| file Number Lines More... | |
| bool | removeAllFiles (const QString &thisFolder) |
| remove All Files More... | |
| QString | getLastApplicationPath () |
| get Last Application Path More... | |
| void | setLastApplicationPath (const QString &thisPath) |
| set Last Application Path More... | |
| QString | getAppDataLocation () |
| get AppData Location More... | |
| void | setAppDataLocation (const QString &thisAppDataLocation) |
| set AppData Location More... | |
| bool | isAppDataLocationGood (const QString &thisFolder) |
| is AppData Location Good More... | |
| bool | isSetting (const QString &thisFieldName) |
| is Setting More... | |
| void | setGeometry (QByteArray thisGeometry) |
| Screen Geometry. More... | |
| QByteArray | getGeometry () |
| get Geometry More... | |
| QByteArray | getWindowState () |
| get Geometry Min More... | |
| void | setWindowState (QByteArray thisWindowState) |
| get Geometry Min More... | |
| QString | encryptThis (const QString &thisSecret) |
| encrypt This More... | |
| QString | decryptThis (const QString &thisSecret) |
| decrypt This More... | |
| QString | getEnvironmentVar (const QString &thisVar, const QString &thisDefault) |
| get Windows Environment Var More... | |
| bool | isWord (const QString &thisString) const |
| is Word More... | |
| void | delay (int thisSeconds) |
| delay More... | |
| void | setDebugMessage (bool thisState) |
| set Debug Message More... | |
| bool | getDebugMessage () |
| get Debug Message More... | |
| bool | questionYesNo (const char *thisTitle, const char *thisQuestion) const |
| question Yes No More... | |
| QVariant | showMessageBox (const QString &thisTitle, const QString &thisMessage, MyMessageTypes thisMessageType) const |
| show Message Box information, question, warning, critica More... | |
| QVariant | setMessage (const QString &thisTitle, const QString &thisMessage, MyMessageTypes thisMessageType) const |
| set Message More... | |
| bool | getInternetWait () |
| get Internet Wait More... | |
| bool | pingInternet () |
| ping Internet More... | |
| bool | connectInternet () |
| connect Internet More... | |
| QString | getCheckInternetUrl () |
| get Check Internet Url More... | |
| void | setCheckInternetUrl (const QString &thisCheckInternetUrl) |
| set Check Internet Url More... | |
| QSettings * | getSetteings () |
| on Update Settings. onUpdateSettings More... | |
Public Attributes | |
| SimpleCrypt * | myCrypto |
myCrypto More... | |
| const QString | MY_PROJECT_NAME = "QmlWidgetTranslator" |
MY_QT_PROJECT_NAME More... | |
| const QString | MY_INI_EXTENSION = "ini" |
MY_INI_EXTENSION More... | |
| const QString | MY_HELP_FOLDER = "help" |
MY_HELP_FOLDER More... | |
| const QString | MY_INTERNET_URL = "http://www.google.com" |
MY_INTERNET_URL More... | |
| const QPoint | ConstDefaultGeometryPos = QPoint(10, 10) |
ConstDefaultGeometryPos More... | |
| const QSize | ConstDefaultGeometrySize = QSize(666, 333) |
ConstDefaultGeometrySize More... | |
| const QString | MY_LAST_PROJECT_FOLDER = "LastProjectFolder" |
MY_QT_PROJECT_NAME More... | |
| const QString | MY_IS_DEBUG_MESSAGE = "IsDebugMessage" |
MY_IS_DEBUG_MESSAGE More... | |
| const QString | MY_LOCALE_LANG_CODE = "LocaleLanguageCode" |
MY_CURRENT_LANG_CODE More... | |
| const QString | MY_LOCALE_LANG_NAME = "LocaleLanguageName" |
MY_LOCALE_LANG_NAME More... | |
| const QString | MY_SQL_DEFAULT = "QSQLITE" |
SQL_DEFAULT More... | |
| const QString | MY_DEFAULT_SQL = ":memory:" |
MY_DEFAULT_SQL More... | |
| const QString | MY_SQL_PROJECT_ID = "ProjectID" |
SQL_PROJECT_ID More... | |
| const QString | MY_SQL_PROJECT_NAME = "ProjectName" |
MY_SQL_PROJECT_NAME More... | |
| const QString | MY_SQL_DB_NAME = "SqlDatabaseName" |
MY_SQL_DB_NAME More... | |
| const QString | MY_SQL_DB_TYPE = "SqlDatabaseType" |
MY_SQL_DB_TYPE More... | |
| const QString | MY_SQL_DB_HOST = "SqlDatabaseHost" |
MY_SQL_DB_HOST More... | |
| const QString | MY_SQL_DB_USER = "SqlDatabaseUser" |
MY_SQL_DB_USER More... | |
| const QString | MY_SQL_DB_PASS = "SqlDatabasePass" |
MY_SQL_DB_PASS More... | |
| const QString | MY_DATETIME_FORMAT_STARTED = "DateTimeFormatStarted" |
MY_DATETIME_FORMAT_STARTED More... | |
| const QString | MY_DATETIME_FORMAT_DUE = "DateTimeFormatDue" |
MY_DATETIME_FORMAT_STARTED More... | |
| const QString | MY_PROJECT_STATUS = "ProjectStatus" |
MY_PROJECT_STATUS More... | |
| const QString | MY_DEFAULT_LANGUAGE_CODE = "en" |
MY_DEFAULT_LANGUAGE_CODE More... | |
| const QString | MY_APPLICATION_NAME = "SettingsApplicationName" |
ConstSettingsApplicationName More... | |
| const QString | MY_ORG_NAME = "SettingsOrgName" |
ConstSettingsOrgName More... | |
| const QString | MY_ORG_DOMAIN = "SettingsOrgDomain" |
ConstSettingsOrgDomain More... | |
| const QString | MY_GEOMETRY = "Geometry" |
ConstSettingsGeometry More... | |
| const QString | MY_WINDOW_STATES = "WidowState" |
MY_WINDOW_STATES More... | |
| const QString | MY_LAST_TAB_INDEX = "LastTabInex" |
MY_LAST_TAB More... | |
| const QString | MY_DEFAULT_TAB_INDEX = "0" |
MY_DEFAULT_TAB_INDEX More... | |
My Org Settings.
Definition at line 34 of file MyOrgSettings.h.
File Information.
Definition at line 44 of file MyOrgSettings.h.
Message Types.
| Enumerator | |
|---|---|
| Information |
Information |
| Question |
Question |
| Warning |
Warning |
| Critical |
Critical |
| Debug |
Debug |
Definition at line 70 of file MyOrgSettings.h.
|
explicit |
MyOrgSettings Constructor.
Creates QSettings for organizationName, organizationDomain, applicationName. MyOrgSettings.
Definition at line 13 of file MyOrgSettings.cpp.
| MyOrgSettings::~MyOrgSettings | ( | ) |
MyOrgSettings Destructor.
Deconstructor. ~MyOrgSettings.
Definition at line 29 of file MyOrgSettings.cpp.
| QString MyOrgSettings::combinePathFileName | ( | const QString & | thisPath, |
| const QString & | thisFileName | ||
| ) |
combine Path File Name
combine Path File Name. combinePathFileName
Definition at line 776 of file MyOrgSettings.cpp.
| bool MyOrgSettings::connectInternet | ( | ) |
connect Internet
ping Internet. pingInternet set in cmake
connect Internet. connectInternet
Definition at line 696 of file MyOrgSettings.cpp.
| QString MyOrgSettings::decryptThis | ( | const QString & | thisSecret | ) |
decrypt This
Crypto using SimpleCrypt. decryptThis.
Definition at line 495 of file MyOrgSettings.cpp.
| void MyOrgSettings::delay | ( | int | thisSeconds | ) |
| QString MyOrgSettings::encryptThis | ( | const QString & | thisSecret | ) |
encrypt This
Crypto using SimpleCrypt. encryptThis.
Definition at line 486 of file MyOrgSettings.cpp.
| int MyOrgSettings::fileNumberLines | ( | const QString & | thisFile | ) |
file Number Lines
Number of Lines in a file. fileNumberLines.
Definition at line 744 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getAppDataLocation | ( | ) |
get AppData Location
get App Data Location. getAppDataLocation
Definition at line 587 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getAppName | ( | ) |
my Application Name
get App Name. getAppName
Definition at line 243 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getCheckInternetUrl | ( | ) |
get Check Internet Url
get CheckInternetUrl. getCheckInternetUrl
Definition at line 289 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getDataPath | ( | const QString & | thisFileName | ) |
Get Data Path.
get Data Path. getDataPath FIXME
Definition at line 153 of file MyOrgSettings.cpp.
| bool MyOrgSettings::getDebugMessage | ( | ) |
get Debug Message
get Debug Message. getDebugMessage
Definition at line 868 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getEnvironmentVar | ( | const QString & | thisVar, |
| const QString & | thisDefault | ||
| ) |
get Windows Environment Var
get Environment Var. getEnvironmentVar inline auto get_environement_variable(const char* key ) { char * val = getenv(key); return (val == NULL) ? "" : std::string(val); } auto programFiles = get_environement_variable("%ProgramW6432%"); auto programFilesX86 = get_environement_variable("%ProgramFiles(x86)%"); auto userProfile = get_environement_variable("%USERPROFILE%"); auto userProfile = get_environement_variable("%USERPROFILE%\Documents");
Definition at line 634 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getFileInfo | ( | MyOrgSettings::MyFileinfo | thisInfo, |
| const QString & | thisFileFolder | ||
| ) |
get File Info
get File Info. getFileInfo
Definition at line 504 of file MyOrgSettings.cpp.
| QByteArray MyOrgSettings::getGeometry | ( | ) |
get Geometry
get Geometry. getGeometry
Definition at line 408 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getIniFileExtension | ( | ) |
getIniFileExtension
get Ini File Extension. getIniFileExtension
Definition at line 338 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getIniFileName | ( | ) |
my Application IniFile
get Ini File Name. getIniFileName
Definition at line 314 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getIniFullPath | ( | ) |
my Application IniFile
set Ini Full Path. getIniFullPath
Definition at line 362 of file MyOrgSettings.cpp.
| bool MyOrgSettings::getInternetWait | ( | ) |
get Internet Wait
get Internet Wait. getInternetWait
Definition at line 718 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getLastApplicationPath | ( | ) |
get Last Application Path
get Last Application Path. getLastApplicationPath
Definition at line 167 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getOrgDomain | ( | ) |
my Organization Domain
get Org Domain. getOrgDomain
Definition at line 220 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getOrgName | ( | ) |
get Org Name
This value is used for Qt Settings: GitHub Account Name is one example. getOrgName.
Definition at line 197 of file MyOrgSettings.cpp.
| QSettings * MyOrgSettings::getSetteings | ( | ) |
on Update Settings. onUpdateSettings
Definition at line 60 of file MyOrgSettings.cpp.
| QSettings * MyOrgSettings::getSettings | ( | ) |
get Settings
get Settings. getSettings
Definition at line 68 of file MyOrgSettings.cpp.
| QString MyOrgSettings::getVersion | ( | ) |
my Application Version
get Version is set in header as a default. getVersion
Definition at line 266 of file MyOrgSettings.cpp.
| QByteArray MyOrgSettings::getWindowState | ( | ) |
get Geometry Min
get Window State. getWindowState
Definition at line 432 of file MyOrgSettings.cpp.
| bool MyOrgSettings::isAppDataLocationGood | ( | const QString & | thisFolder | ) |
is AppData Location Good
is App Data Location Good. isAppDataLocationGood
Definition at line 568 of file MyOrgSettings.cpp.
| bool MyOrgSettings::isFileExists | ( | const QString & | thisFile | ) |
| bool MyOrgSettings::isFileMake | ( | const QString & | thisPath, |
| const QString & | thisFileName | ||
| ) |
is File Make
is File Make. isFileMake
Definition at line 815 of file MyOrgSettings.cpp.
| bool MyOrgSettings::isMakeDir | ( | const QString & | thisPath | ) |
is Make Dir
is Make Dir. isMakeDir
Definition at line 843 of file MyOrgSettings.cpp.
| bool MyOrgSettings::isPathExists | ( | const QString & | thisPath | ) |
| bool MyOrgSettings::isSetting | ( | const QString & | thisFieldName | ) |
| bool MyOrgSettings::isWord | ( | const QString & | thisString | ) | const |
is Word
is Word only checks to see if any letters are in it. isWord
Definition at line 647 of file MyOrgSettings.cpp.
| void MyOrgSettings::onRunOnStartup | ( | ) |
Run On Startup.
Run On Start up. onRunOnStartup.
Definition at line 37 of file MyOrgSettings.cpp.
| bool MyOrgSettings::pingInternet | ( | ) |
ping Internet
| bool MyOrgSettings::questionYesNo | ( | const char * | thisTitle, |
| const char * | thisQuestion | ||
| ) | const |
question Yes No
Titel and Question Yes No. questionYesNo.
Definition at line 877 of file MyOrgSettings.cpp.
| QString MyOrgSettings::readFile | ( | const QString & | thisFileName | ) |
read File
read File. readFile
Definition at line 445 of file MyOrgSettings.cpp.
| QString MyOrgSettings::readSettings | ( | const QString & | thisSetting | ) |
| QString MyOrgSettings::readSettings | ( | const QString & | thisSetting, |
| const QString & | thisDefault | ||
| ) |
read Settings
read Settings. readSettings
Definition at line 93 of file MyOrgSettings.cpp.
| bool MyOrgSettings::readSettingsBool | ( | const QString & | thisSetting, |
| bool | thisDefault | ||
| ) |
read Settings Bool
read Settings Bool. readSettingsBool
Definition at line 117 of file MyOrgSettings.cpp.
| int MyOrgSettings::readSettingsInt | ( | const QString & | thisSetting, |
| int | thisDefault | ||
| ) |
read Settings Int
read Settings Int. readSettingsInt
Definition at line 129 of file MyOrgSettings.cpp.
| bool MyOrgSettings::removeAllFiles | ( | const QString & | thisFolder | ) |
remove All Files
removeAllFiles. removeAllFiles
Definition at line 755 of file MyOrgSettings.cpp.
| bool MyOrgSettings::removeFile | ( | const QString & | thisFile | ) |
|
signal |
send Internet Progress
Definition at line 187 of file moc_MyOrgSettings.cpp.
|
signal |
send Update Settings
Definition at line 215 of file moc_MyOrgSettings.cpp.
| void MyOrgSettings::setAppDataLocation | ( | const QString & | thisAppDataLocation | ) |
set AppData Location
set App Data Location. setAppDataLocation
Definition at line 613 of file MyOrgSettings.cpp.
| void MyOrgSettings::setAppName | ( | const QString & | thisAppName | ) |
| void MyOrgSettings::setCheckInternetUrl | ( | const QString & | thisCheckInternetUrl | ) |
set Check Internet Url
set CheckInternetUrl. setCheckInternetUrl theLanguageModel->mySetting->setVersion(VERSION);
Definition at line 301 of file MyOrgSettings.cpp.
| void MyOrgSettings::setDebugMessage | ( | bool | thisState | ) |
set Debug Message
set Debug Message. setDebugMessage
Definition at line 859 of file MyOrgSettings.cpp.
| void MyOrgSettings::setGeometry | ( | QByteArray | thisGeometry | ) |
| void MyOrgSettings::setIniFileExtension | ( | const QString & | thisIniFileNameExtension | ) |
set Ini File Extension
set Ini File Extension. setIniFileExtension
Definition at line 349 of file MyOrgSettings.cpp.
| void MyOrgSettings::setIniFileName | ( | const QString & | thisIniFileName | ) |
| void MyOrgSettings::setIniFullPath | ( | const QString & | thisIniFileName | ) |
set IniFile
set Ini Full Path. setIniFullPath
Definition at line 384 of file MyOrgSettings.cpp.
| void MyOrgSettings::setLastApplicationPath | ( | const QString & | thisPath | ) |
set Last Application Path
set Last Application Path. setLastApplicationPath
Definition at line 187 of file MyOrgSettings.cpp.
| QVariant MyOrgSettings::setMessage | ( | const QString & | thisTitle, |
| const QString & | thisMessage, | ||
| MyMessageTypes | thisMessageType | ||
| ) | const |
| void MyOrgSettings::setOrgDomain | ( | const QString & | thisOrgDomain | ) |
| void MyOrgSettings::setOrgName | ( | const QString & | thisOrgName | ) |
| void MyOrgSettings::setVersion | ( | const QString & | thisVersion | ) |
set Version
set Version. setVersion theLanguageModel->mySetting->setVersion(VERSION);
Definition at line 276 of file MyOrgSettings.cpp.
| void MyOrgSettings::setWindowState | ( | QByteArray | thisWindowState | ) |
| QVariant MyOrgSettings::showMessageBox | ( | const QString & | thisTitle, |
| const QString & | thisMessage, | ||
| MyMessageTypes | thisMessageType | ||
| ) | const |
show Message Box information, question, warning, critica
information, question: 1 = true, 0 = false, warning, critical: theMessage.toLocal8Bit().
| thisTitle | QString Title |
| thisMessage | QString Message |
| thisMessageType | QString Message Type showMessageBox |
Definition at line 891 of file MyOrgSettings.cpp.
| bool MyOrgSettings::writeFile | ( | const QString & | thisFileName, |
| const QString & | thisContent | ||
| ) |
write File
write File.
| thisFileName | QString File Name |
| thisContent | QString Content writeFile |
Definition at line 465 of file MyOrgSettings.cpp.
| void MyOrgSettings::writeSettings | ( | const QString & | thisSetting, |
| const QString & | thisValue | ||
| ) |
write Settings
write Settings. writeSettings
Definition at line 141 of file MyOrgSettings.cpp.
| const QPoint MyOrgSettings::ConstDefaultGeometryPos = QPoint(10, 10) |
| const QSize MyOrgSettings::ConstDefaultGeometrySize = QSize(666, 333) |
| const QString MyOrgSettings::MY_APPLICATION_NAME = "SettingsApplicationName" |
ConstSettingsApplicationName
QSettings Field Settings Application Name.
Definition at line 112 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_DATETIME_FORMAT_DUE = "DateTimeFormatDue" |
MY_DATETIME_FORMAT_STARTED
DateTime Format Storage Field Name.
Definition at line 106 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_DATETIME_FORMAT_STARTED = "DateTimeFormatStarted" |
MY_DATETIME_FORMAT_STARTED
DateTime Format Storage Field Name.
Definition at line 105 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_DEFAULT_LANGUAGE_CODE = "en" |
MY_DEFAULT_LANGUAGE_CODE
Used to find default Translation Files
Definition at line 110 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_DEFAULT_SQL = ":memory:" |
| const QString MyOrgSettings::MY_DEFAULT_TAB_INDEX = "0" |
| const QString MyOrgSettings::MY_GEOMETRY = "Geometry" |
ConstSettingsGeometry
QSettings Field Settings Geometry.
Definition at line 115 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_HELP_FOLDER = "help" |
| const QString MyOrgSettings::MY_INI_EXTENSION = "ini" |
| const QString MyOrgSettings::MY_INTERNET_URL = "http://www.google.com" |
MY_INTERNET_URL
Default Internet URL for testing if Internet is up.
Definition at line 87 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_IS_DEBUG_MESSAGE = "IsDebugMessage" |
| const QString MyOrgSettings::MY_LAST_PROJECT_FOLDER = "LastProjectFolder" |
MY_QT_PROJECT_NAME
Field Name for Last Project folder.
Definition at line 91 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_LAST_TAB_INDEX = "LastTabInex" |
| const QString MyOrgSettings::MY_LOCALE_LANG_CODE = "LocaleLanguageCode" |
MY_CURRENT_LANG_CODE
Field Name for Current Language Code.
Definition at line 93 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_LOCALE_LANG_NAME = "LocaleLanguageName" |
MY_LOCALE_LANG_NAME
Field Name for Current Language Name.
Definition at line 94 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_ORG_DOMAIN = "SettingsOrgDomain" |
ConstSettingsOrgDomain
QSettings Field Settings Org Domain.
Definition at line 114 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_ORG_NAME = "SettingsOrgName" |
ConstSettingsOrgName
QSettings Field Settings Org Name.
Definition at line 113 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_PROJECT_NAME = "QmlWidgetTranslator" |
| const QString MyOrgSettings::MY_PROJECT_STATUS = "ProjectStatus" |
MY_PROJECT_STATUS
Project Status Storage Field Name.
Definition at line 107 of file MyOrgSettings.h.
| const QString MyOrgSettings::MY_SQL_DB_HOST = "SqlDatabaseHost" |
| const QString MyOrgSettings::MY_SQL_DB_NAME = "SqlDatabaseName" |
| const QString MyOrgSettings::MY_SQL_DB_PASS = "SqlDatabasePass" |
| const QString MyOrgSettings::MY_SQL_DB_TYPE = "SqlDatabaseType" |
| const QString MyOrgSettings::MY_SQL_DB_USER = "SqlDatabaseUser" |
| const QString MyOrgSettings::MY_SQL_DEFAULT = "QSQLITE" |
| const QString MyOrgSettings::MY_SQL_PROJECT_ID = "ProjectID" |
| const QString MyOrgSettings::MY_SQL_PROJECT_NAME = "ProjectName" |
| const QString MyOrgSettings::MY_WINDOW_STATES = "WidowState" |
| SimpleCrypt* MyOrgSettings::myCrypto |