Quark  0.1
AboutDialog Class Reference

A general-purpose "about" dialog. More...

#include <AboutDialog.h++>

Inheritance diagram for AboutDialog:

Public Member Functions

 AboutDialog (QWidget *parent=NULL)
 Constructor. More...
 
virtual ~AboutDialog ()
 Destructor. More...
 

Protected Member Functions

void setLogo (const QPixmap &logo)
 Sets the logo image to be displayed in the dialog. More...
 
void setHtml (const QString &html)
 Sets HTML content to be displayed in the dialog. More...
 

Detailed Description

A general-purpose "about" dialog.

The dialog's layout consists of a logo image, an HTML pane, and an "OK" button.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ AboutDialog()

AboutDialog ( QWidget *  parent = NULL)
explicit

Constructor.

◆ ~AboutDialog()

virtual ~AboutDialog ( )
virtual

Destructor.

Member Function Documentation

◆ setHtml()

void setHtml ( const QString &  html)
protected

Sets HTML content to be displayed in the dialog.

◆ setLogo()

void setLogo ( const QPixmap &  logo)
protected

Sets the logo image to be displayed in the dialog.


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