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::auto_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(), and onParamValueTextEdited().
| te::qt::widgets::ParameterDialog::~ParameterDialog | ( | ) | 
Definition at line 41 of file ParameterDialog.cpp.
| QString te::qt::widgets::ParameterDialog::getName | ( | ) | const | 
Definition at line 45 of file ParameterDialog.cpp.
| QString te::qt::widgets::ParameterDialog::getValue | ( | ) | const | 
Definition at line 56 of file ParameterDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 67 of file ParameterDialog.cpp.
Referenced by ParameterDialog().
      
  | 
  protectedslot | 
Definition at line 75 of file ParameterDialog.cpp.
Referenced by ParameterDialog().
| void te::qt::widgets::ParameterDialog::setName | ( | const QString & | name | ) | 
Definition at line 50 of file ParameterDialog.cpp.
| void te::qt::widgets::ParameterDialog::setValue | ( | const QString & | value | ) | 
Definition at line 61 of file ParameterDialog.cpp.
      
  | 
  private | 
Definition at line 81 of file ParameterDialog.h.
      
  | 
  private | 
Definition at line 82 of file ParameterDialog.h.
      
  | 
  private | 
Definition at line 80 of file ParameterDialog.h.
Referenced by ParameterDialog().