QElectroTech
0.70
|
The NameListDialog class Provide a dialog for let user define localized string;. More...
#include <namelistdialog.h>
Public Member Functions | |
NameListDialog (QWidget *parent=nullptr) | |
~NameListDialog () | |
void | setInformationText (const QString &text) |
NameListWidget * | namelistWidget () const |
NameListDialog::namelistWidget. More... | |
void | setHelpText (const QString &text) |
void | showHelpDialog () |
Private Attributes | |
Ui::NameListDialog * | ui |
NameListWidget * | m_namelist_widget = nullptr |
QString | m_help_text |
The NameListDialog class Provide a dialog for let user define localized string;.
Definition at line 33 of file namelistdialog.h.
|
explicit |
Definition at line 25 of file namelistdialog.cpp.
References m_namelist_widget, and ui.
NameListDialog::~NameListDialog | ( | ) |
Definition at line 38 of file namelistdialog.cpp.
References ui.
NameListWidget * NameListDialog::namelistWidget | ( | ) | const |
NameListDialog::namelistWidget.
Definition at line 51 of file namelistdialog.cpp.
References m_namelist_widget.
Referenced by TitleBlockTemplateCellWidget::editTranslatableValue(), and ElementScene::slot_editNames().
void NameListDialog::setHelpText | ( | const QString & | text | ) |
Definition at line 55 of file namelistdialog.cpp.
References m_help_text, showHelpDialog(), and ui.
Referenced by TitleBlockTemplateCellWidget::editTranslatableValue().
void NameListDialog::setInformationText | ( | const QString & | text | ) |
Definition at line 42 of file namelistdialog.cpp.
References ui.
Referenced by TitleBlockTemplateCellWidget::editTranslatableValue(), and ElementScene::slot_editNames().
void NameListDialog::showHelpDialog | ( | ) |
Definition at line 65 of file namelistdialog.cpp.
References QET::QetMessageBox::information(), m_help_text, and QET::Icons::tr.
Referenced by setHelpText().
|
private |
Definition at line 49 of file namelistdialog.h.
Referenced by setHelpText(), and showHelpDialog().
|
private |
Definition at line 48 of file namelistdialog.h.
Referenced by NameListDialog(), and namelistWidget().
|
private |
Definition at line 47 of file namelistdialog.h.
Referenced by NameListDialog(), setHelpText(), setInformationText(), and ~NameListDialog().