 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
QString getBuildOperatingSystemName()
getBuildOperatingSystemName Gets the name of the OS the application is built to run on e....
Definition: versioninfo.cpp:38
void on_licenseButton_released()
Definition: aboutdialog.cpp:35
void on_creditsButton_released()
Definition: aboutdialog.cpp:41
void populateUi()
Definition: aboutdialog.cpp:56
static QString getCopyrightNotice()
getCopyrightNotice Gets a copyright notice for the application.
Definition: strings.cpp:19
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
static QString getShortApplicationDescription()
getApplicationDescription Gets a short description of the application.
Definition: strings.cpp:14
QString getApplicationVersionString()
getApplicationVersionString Gets the application version as a string in VERSION.MAJOR....
Definition: versioninfo.cpp:13
void on_closeButton_released()
Definition: aboutdialog.cpp:30
QString getRuntimeMachineHostName()
getRuntimeMachineHostName Gets the system's runtime host name, if one is set.
Definition: versioninfo.cpp:18
The CreditsDialog class models the UI for the developer, artwork, localization etc credits pages.
Definition: creditsdialog.h:22
const QString PROJECT_WEBSITE_URL
The project's dedicated website URL.
Definition: constants.h:11
static QString getApplicationName()
getApplicationName Gets the name of the application.
Definition: strings.cpp:9
Definition: commandlineparser.cpp:73
AboutDialog(QWidget *parent=nullptr)
Definition: aboutdialog.cpp:16
The LicenseDialog class models the UI for the software license text and notices.
Definition: licensedialog.h:22
Definition: aboutdialog.h:6
Ui::AboutDialog * ui
Definition: aboutdialog.h:40
void changeEvent(QEvent *) override
Definition: aboutdialog.cpp:47
QString getBuildAbiName()
getBuildAbiName Gets the full architecture that the application was compiled for.
Definition: versioninfo.cpp:55
The AboutDialog class models the UI for the vendor info, license details, credits etc.
Definition: aboutdialog.h:22
QString getBuildDateTime()
getBuildDateTime Gets a string that describes the date and time the application was built.
Definition: versioninfo.cpp:33
QString getRuntimeQtVersionName()
getRuntimeQtVersionName Gets the version of Qt that the application is currently running on.
Definition: versioninfo.cpp:28
virtual ~AboutDialog()
Definition: aboutdialog.cpp:25