63 ui->buildInfo->setText(tr(
"Build Info:",
"Technical information about the way the software was built follows") +
67 ui->runtimeInfo->setText(tr(
"Runtime Info:",
"Technical information about the platform the software is running on follows") +
QString getRuntimeCpuArchitectureName()
getRuntimeCpuArchitectureName Gets the architecture of the CPU that the application is currently runn...
Definition: versioninfo.cpp:23
const QString DEVELOPER_WEBSITE_URL
The core developer's personal website URL.
Definition: constants.h:12
QString getBuildOperatingSystemName()
getBuildOperatingSystemName Gets the name of the OS the application is built to run on e...
Definition: versioninfo.cpp:38
QString getBuildAbiName()
getBuildAbiName Gets the full architecture that the application was compiled for. ...
Definition: versioninfo.cpp:55
static QString getCopyrightNotice()
getCopyrightNotice Gets a copyright notice for the application.
Definition: strings.cpp:19
static QString getShortApplicationDescription()
getApplicationDescription Gets a short description of the application.
Definition: strings.cpp:14
const QString PROJECT_WEBSITE_URL
The project's dedicated website URL.
Definition: constants.h:11
QString getApplicationVersionString()
getApplicationVersionString Gets the application version as a string in VERSION.MAJOR.MINOR format e.g. "1.0.0", "2.7.13".
Definition: versioninfo.cpp:13
QString getBuildDateTime()
getBuildDateTime Gets a string that describes the date and time the application was built...
Definition: versioninfo.cpp:33
Ui::AboutDialog * ui
Definition: aboutdialog.h:40
static QString getApplicationName()
getApplicationName Gets the name of the application.
Definition: strings.cpp:9
QString getRuntimeMachineHostName()
getRuntimeMachineHostName Gets the system's runtime host name, if one is set.
Definition: versioninfo.cpp:18
QString getRuntimeQtVersionName()
getRuntimeQtVersionName Gets the version of Qt that the application is currently running on...
Definition: versioninfo.cpp:28