A customizable "About" dialog widget for desktop applications. More...
#include <DesktopAboutMainWidget.h>
Public Member Functions | |
DesktopAboutMainWidget (QWidget *parent=nullptr) | |
Constructs a DesktopAboutMainWidget. | |
void | setLogo (const QIcon &icon) |
Sets the application logo. | |
void | setTitle (const QString &title) |
Sets the application title. | |
void | setDescriptions (const QString &descriptions) |
Sets the application description text. | |
void | setMoreInfo (const QString &info) |
Sets additional information text. | |
void | setVersionString (const QString &version_string) |
Sets the version string. | |
~DesktopAboutMainWidget () | |
Destructor. | |
A customizable "About" dialog widget for desktop applications.
This widget displays application information including logo, title, descriptions, version, and additional information in a standardized format. Inherits from QWidget.
|
explicit |
Constructs a DesktopAboutMainWidget.
parent | The parent QWidget (optional) |
void DesktopAboutMainWidget::setDescriptions | ( | const QString & | descriptions | ) |
Sets the application description text.
descriptions | The description text to display |
void DesktopAboutMainWidget::setLogo | ( | const QIcon & | icon | ) |
Sets the application logo.
icon | The QIcon to display as the application logo |
void DesktopAboutMainWidget::setMoreInfo | ( | const QString & | info | ) |
Sets additional information text.
info | The additional information text to display |
void DesktopAboutMainWidget::setTitle | ( | const QString & | title | ) |
Sets the application title.
title | The title string to display |
void DesktopAboutMainWidget::setVersionString | ( | const QString & | version_string | ) |
Sets the version string.
version_string | The version information to display |