A dialog to be used as input of key/value pairs. More...
#include <ParameterDialog.h>
Public Member Functions | |
| QString | getName () const |
| QString | getValue () const |
| ParameterDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setName (const QString &name) |
| void | setValue (const QString &value) |
| ~ParameterDialog () | |
Protected Slots | |
| void | onParamNameTextEdited (const QString &nextTxt) |
| void | onParamValueTextEdited (const QString &nextTxt) |
Private Attributes | |
| QString | m_pname |
| QString | m_pvalue |
| std::unique_ptr< Ui::ParameterDialogForm > | m_ui |
A dialog to be used as input of key/value pairs.
Definition at line 54 of file ParameterDialog.h.
| te::qt::widgets::ParameterDialog::ParameterDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 31 of file ParameterDialog.cpp.
References m_ui, onParamNameTextEdited(), onParamValueTextEdited(), and ~ParameterDialog().
|
default |
Referenced by ParameterDialog().
| QString te::qt::widgets::ParameterDialog::getName | ( | ) | const |
Definition at line 43 of file ParameterDialog.cpp.
References m_ui.
| QString te::qt::widgets::ParameterDialog::getValue | ( | ) | const |
Definition at line 54 of file ParameterDialog.cpp.
References m_ui.
|
protectedslot |
Definition at line 65 of file ParameterDialog.cpp.
References m_pname, m_pvalue, and m_ui.
Referenced by ParameterDialog().
|
protectedslot |
Definition at line 73 of file ParameterDialog.cpp.
References m_pname, m_pvalue, and m_ui.
Referenced by ParameterDialog().
| void te::qt::widgets::ParameterDialog::setName | ( | const QString & | name | ) |
Definition at line 48 of file ParameterDialog.cpp.
| void te::qt::widgets::ParameterDialog::setValue | ( | const QString & | value | ) |
Definition at line 59 of file ParameterDialog.cpp.
|
private |
Definition at line 81 of file ParameterDialog.h.
Referenced by onParamNameTextEdited(), onParamValueTextEdited(), and setName().
|
private |
Definition at line 82 of file ParameterDialog.h.
Referenced by onParamNameTextEdited(), onParamValueTextEdited(), and setValue().
|
private |
Definition at line 80 of file ParameterDialog.h.
Referenced by getName(), getValue(), onParamNameTextEdited(), onParamValueTextEdited(), ParameterDialog(), setName(), and setValue().