Gui::Dialog::AboutDialog Class Reference

This widget provides the "About dialog" of an application. More...

#include <Splashscreen.h>

Classes

class  LibraryInfo
 

Public Member Functions

 AboutDialog (bool showLic, QWidget *parent=nullptr)
 Constructs an AboutDialog which is a child of 'parent', with the name 'name' and widget flags set to 'WStyle_Customize|WStyle_NoBorder|WType_Modal'. More...
 
 ~AboutDialog ()
 Destroys the object and frees any allocated resources. More...
 

Protected Slots

void linkActivated (const QUrl &link)
 
virtual void on_copyButton_clicked ()
 

Protected Member Functions

QString getAdditionalLicenseInformation () const
 
void setupLabels ()
 
void showCollectionInformation ()
 
void showCredits ()
 
void showLibraryInformation ()
 
void showLicenseInformation ()
 
void showOrHideImage (const QRect &rect)
 

Detailed Description

This widget provides the "About dialog" of an application.

This shows the current version, the build number and date.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ AboutDialog()

AboutDialog::AboutDialog ( bool  showLic,
QWidget parent = nullptr 
)

◆ ~AboutDialog()

AboutDialog::~AboutDialog ( )

Destroys the object and frees any allocated resources.

Member Function Documentation

◆ getAdditionalLicenseInformation()

QString AboutDialog::getAdditionalLicenseInformation ( ) const
protected

Referenced by showLicenseInformation().

◆ linkActivated

void AboutDialog::linkActivated ( const QUrl &  link)
protectedslot

◆ on_copyButton_clicked

◆ setupLabels()

◆ showCollectionInformation()

void AboutDialog::showCollectionInformation ( )
protected

◆ showCredits()

void AboutDialog::showCredits ( )
protected

◆ showLibraryInformation()

◆ showLicenseInformation()

◆ showOrHideImage()

void AboutDialog::showOrHideImage ( const QRect &  rect)
protected

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