QElectroTech  0.8-dev
Public Member Functions | Private Attributes | List of all members
NameListDialog Class Reference

The NameListDialog class Provide a dialog for let user define localized string;. More...

#include <namelistdialog.h>

Inherits QDialog.

Collaboration diagram for NameListDialog:
Collaboration graph

Public Member Functions

 NameListDialog (QWidget *parent=nullptr)
 
 ~NameListDialog ()
 
void setInformationText (const QString &text)
 
NameListWidgetnamelistWidget () const
 NameListDialog::namelistWidget. More...
 
void setHelpText (const QString &text)
 
void showHelpDialog ()
 

Private Attributes

Ui::NameListDialog * ui
 
NameListWidgetm_namelist_widget = nullptr
 
QString m_help_text
 

Detailed Description

The NameListDialog class Provide a dialog for let user define localized string;.

Constructor & Destructor Documentation

◆ NameListDialog()

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

◆ ~NameListDialog()

NameListDialog::~NameListDialog ( )

Member Function Documentation

◆ namelistWidget()

NameListWidget * NameListDialog::namelistWidget ( ) const

NameListDialog::namelistWidget.

Returns
the name list widget used by this dialog. The ownership of the namelistwidget stay to this dialog
Here is the caller graph for this function:

◆ setHelpText()

void NameListDialog::setHelpText ( const QString &  text)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setInformationText()

void NameListDialog::setInformationText ( const QString &  text)
Here is the caller graph for this function:

◆ showHelpDialog()

void NameListDialog::showHelpDialog ( )
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_help_text

QString NameListDialog::m_help_text
private

◆ m_namelist_widget

NameListWidget* NameListDialog::m_namelist_widget = nullptr
private

◆ ui

Ui::NameListDialog* NameListDialog::ui
private

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