 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
The AboutDialog class models the UI for the vendor info, license details, credits etc.
More...
#include <aboutdialog.h>
The AboutDialog class models the UI for the vendor info, license details, credits etc.
◆ AboutDialog()
geometrize::dialog::AboutDialog::AboutDialog |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
18 ui(
new Ui::AboutDialog)
20 setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
◆ ~AboutDialog()
geometrize::dialog::AboutDialog::~AboutDialog |
( |
| ) |
|
|
virtual |
◆ changeEvent()
void geometrize::dialog::AboutDialog::changeEvent |
( |
QEvent * |
event | ) |
|
|
overrideprotected |
49 if (event->type() == QEvent::LanguageChange) {
51 ui->retranslateUi(
this);
53 QDialog::changeEvent(event);
◆ on_closeButton_released
void geometrize::dialog::AboutDialog::on_closeButton_released |
( |
| ) |
|
|
slot |
◆ on_creditsButton_released
void geometrize::dialog::AboutDialog::on_creditsButton_released |
( |
| ) |
|
|
slot |
43 CreditsDialog dialog(
this);
◆ on_licenseButton_released
void geometrize::dialog::AboutDialog::on_licenseButton_released |
( |
| ) |
|
|
slot |
37 LicenseDialog dialog(
this);
◆ populateUi()
void geometrize::dialog::AboutDialog::populateUi |
( |
| ) |
|
|
private |
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") +
◆ ui
Ui::AboutDialog* geometrize::dialog::AboutDialog::ui |
|
private |
The documentation for this class was generated from the following files:
- /home/appveyor/projects/geometrize-docs/geometrize/geometrize/dialog/aboutdialog.h
- /home/appveyor/projects/geometrize-docs/geometrize/geometrize/dialog/aboutdialog.cpp
QString getBuildOperatingSystemName()
getBuildOperatingSystemName Gets the name of the OS the application is built to run on e....
Definition: versioninfo.cpp:38
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
QString getRuntimeMachineHostName()
getRuntimeMachineHostName Gets the system's runtime host name, if one is set.
Definition: versioninfo.cpp:18
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
Ui::AboutDialog * ui
Definition: aboutdialog.h:40
QString getBuildAbiName()
getBuildAbiName Gets the full architecture that the application was compiled for.
Definition: versioninfo.cpp:55
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