CCIMXDesktop
 
Loading...
Searching...
No Matches
DesktopAboutMainWidget Class Reference

A customizable "About" dialog widget for desktop applications. More...

#include <DesktopAboutMainWidget.h>

Inheritance diagram for DesktopAboutMainWidget:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DesktopAboutMainWidget()

DesktopAboutMainWidget::DesktopAboutMainWidget ( QWidget *  parent = nullptr)
explicit

Constructs a DesktopAboutMainWidget.

Parameters
parentThe parent QWidget (optional)

Member Function Documentation

◆ setDescriptions()

void DesktopAboutMainWidget::setDescriptions ( const QString &  descriptions)

Sets the application description text.

Parameters
descriptionsThe description text to display

◆ setLogo()

void DesktopAboutMainWidget::setLogo ( const QIcon &  icon)

Sets the application logo.

Parameters
iconThe QIcon to display as the application logo

◆ setMoreInfo()

void DesktopAboutMainWidget::setMoreInfo ( const QString &  info)

Sets additional information text.

Parameters
infoThe additional information text to display

◆ setTitle()

void DesktopAboutMainWidget::setTitle ( const QString &  title)

Sets the application title.

Parameters
titleThe title string to display

◆ setVersionString()

void DesktopAboutMainWidget::setVersionString ( const QString &  version_string)

Sets the version string.

Parameters
version_stringThe version information to display

The documentation for this class was generated from the following files: