LibrePCB Developers Documentation
AboutDialog Class Referencefinal

The AboutDialog class. More...

#include <aboutdialog.h>

Inherits QDialog.

+ Collaboration diagram for AboutDialog:

Public Member Functions

 AboutDialog ()=delete
 
 AboutDialog (const AboutDialog &other)=delete
 
 AboutDialog (const WorkspaceSettings &settings, QWidget *parent=nullptr) noexcept
 
 ~AboutDialog () noexcept
 
AboutDialogoperator= (const AboutDialog &rhs)=delete
 

Private Member Functions

void openExternalLink (const QString &url) noexcept
 

Private Attributes

const WorkspaceSettingsmSettings
 
QScopedPointer< Ui::AboutDialog > mUi
 

Detailed Description

The AboutDialog class.

Constructor & Destructor Documentation

◆ AboutDialog() [1/3]

AboutDialog ( )
delete

◆ AboutDialog() [2/3]

AboutDialog ( const AboutDialog other)
delete

◆ AboutDialog() [3/3]

AboutDialog ( const WorkspaceSettings settings,
QWidget *  parent = nullptr 
)
explicitnoexcept
+ Here is the call graph for this function:

◆ ~AboutDialog()

~AboutDialog ( )
noexcept

Member Function Documentation

◆ operator=()

AboutDialog& operator= ( const AboutDialog rhs)
delete

◆ openExternalLink()

void openExternalLink ( const QString &  url)
privatenoexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ mSettings

const WorkspaceSettings& mSettings
private

◆ mUi

QScopedPointer<Ui::AboutDialog> mUi
private

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