QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
AboutQETDialog Class Reference

The AboutQETDialog class. More...

#include <aboutqetdialog.h>

Inherits QDialog.

Collaboration diagram for AboutQETDialog:
Collaboration graph

Public Member Functions

 AboutQETDialog (QWidget *parent=nullptr)
 AboutQETDialog::AboutQETDialog.
 ~AboutQETDialog ()
 AboutQETDialog::~AboutQETDialog.

Private Slots

void on_m_licenses_comboBox_currentTextChanged (const QString &arg1)
 Updates the displayed license text when a different one is selected.
void on_m_log_comboBox_currentTextChanged (const QString &arg1)

Private Member Functions

void setAbout ()
 AboutQETDialog::setAbout.
void setAuthors ()
 AboutQETDialog::setAuthors.
void setTranslators ()
 AboutQETDialog::setTranslators.
void setContributors ()
 AboutQETDialog::setContributors.
void setVersion ()
 AboutQETDialog::setVersion.
void setAnnexProject ()
void setLibraries ()
 AboutQETDialog::setLibraries.
void setLicenses ()
 AboutQETDialog::setLicenses.
void setLoginfo ()
 AboutQETDialog::setLoginfo fills the m_log_comboBox with log files.
void addAuthor (QLabel *label, const QString &name, const QString &email, const QString &work)
 AboutQETDialog::addAuthor Adds a person to the list of authors.
void addLibrary (QLabel *label, const QString &name, const QString &link)
 AboutQETDialog::addLibrary.

Private Attributes

Ui::AboutQETDialog * ui

Detailed Description

The AboutQETDialog class.

Constructor & Destructor Documentation

◆ AboutQETDialog()

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

AboutQETDialog::AboutQETDialog.

Parameters
parent
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~AboutQETDialog()

AboutQETDialog::~AboutQETDialog ( )

Member Function Documentation

◆ addAuthor()

void AboutQETDialog::addAuthor ( QLabel * label,
const QString & name,
const QString & email,
const QString & work )
private

AboutQETDialog::addAuthor Adds a person to the list of authors.

Parameters
label: QLabel which will add the person
name: Name of person
email: E-mail address of the person
work: Function / work done by the person
Here is the caller graph for this function:

◆ addLibrary()

void AboutQETDialog::addLibrary ( QLabel * label,
const QString & name,
const QString & link )
private

AboutQETDialog::addLibrary.

Parameters
label
name
link
Here is the caller graph for this function:

◆ on_m_licenses_comboBox_currentTextChanged

void AboutQETDialog::on_m_licenses_comboBox_currentTextChanged ( const QString & license_name)
privateslot

Updates the displayed license text when a different one is selected.

This slot is called when the user selects a different license in the licenses combo box. It retrieves the selected license text from QET's license collection and displays it in the text edit widgets.

Parameters
license_nameThe identifier of the selected license
Here is the call graph for this function:

◆ on_m_log_comboBox_currentTextChanged

void AboutQETDialog::on_m_log_comboBox_currentTextChanged ( const QString & arg1)
privateslot

◆ setAbout()

void AboutQETDialog::setAbout ( )
private

AboutQETDialog::setAbout.

Here is the caller graph for this function:

◆ setAnnexProject()

void AboutQETDialog::setAnnexProject ( )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setAuthors()

void AboutQETDialog::setAuthors ( )
private

AboutQETDialog::setAuthors.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setContributors()

void AboutQETDialog::setContributors ( )
private

AboutQETDialog::setContributors.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setLibraries()

void AboutQETDialog::setLibraries ( )
private

AboutQETDialog::setLibraries.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setLicenses()

void AboutQETDialog::setLicenses ( )
private

AboutQETDialog::setLicenses.

Here is the caller graph for this function:

◆ setLoginfo()

void AboutQETDialog::setLoginfo ( )
private

AboutQETDialog::setLoginfo fills the m_log_comboBox with log files.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setTranslators()

void AboutQETDialog::setTranslators ( )
private

AboutQETDialog::setTranslators.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setVersion()

void AboutQETDialog::setVersion ( )
private

AboutQETDialog::setVersion.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::AboutQETDialog* AboutQETDialog::ui
private

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