te::qt::widgets::ParameterDialog Class Reference

A dialog to be used as input of key/value pairs. More...

#include <ParameterDialog.h>

Inheritance diagram for te::qt::widgets::ParameterDialog:

Public Member Functions

QString getLabel1 () const
 
QString getLabel2 () const
 
QString getValue1 () const
 
QString getValue2 () const
 
 ParameterDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
void setLabel1 (const QString &label)
 
void setLabel2 (const QString &label)
 
void setValue1 (const QString &value)
 
void setValue1EchoMode (QLineEdit::EchoMode echoMode)
 
void setValue2 (const QString &value)
 
void setValue2EchoMode (QLineEdit::EchoMode echoMode)
 
 ~ParameterDialog ()
 

Protected Slots

void onValue1TextEdited (const QString &nextTxt)
 
void onValue2TextEdited (const QString &nextTxt)
 

Private Attributes

QString m_pvalue1
 
QString m_pvalue2
 
std::unique_ptr< Ui::ParameterDialogForm > m_ui
 

Detailed Description

A dialog to be used as input of key/value pairs.

Definition at line 55 of file ParameterDialog.h.

Constructor & Destructor Documentation

◆ ParameterDialog()

te::qt::widgets::ParameterDialog::ParameterDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

◆ ~ParameterDialog()

te::qt::widgets::ParameterDialog::~ParameterDialog ( )

Member Function Documentation

◆ getLabel1()

QString te::qt::widgets::ParameterDialog::getLabel1 ( ) const

◆ getLabel2()

QString te::qt::widgets::ParameterDialog::getLabel2 ( ) const

◆ getValue1()

QString te::qt::widgets::ParameterDialog::getValue1 ( ) const

◆ getValue2()

QString te::qt::widgets::ParameterDialog::getValue2 ( ) const

◆ onValue1TextEdited

void te::qt::widgets::ParameterDialog::onValue1TextEdited ( const QString &  nextTxt)
protectedslot

◆ onValue2TextEdited

void te::qt::widgets::ParameterDialog::onValue2TextEdited ( const QString &  nextTxt)
protectedslot

◆ setLabel1()

void te::qt::widgets::ParameterDialog::setLabel1 ( const QString &  label)

◆ setLabel2()

void te::qt::widgets::ParameterDialog::setLabel2 ( const QString &  label)

◆ setValue1()

void te::qt::widgets::ParameterDialog::setValue1 ( const QString &  value)

◆ setValue1EchoMode()

void te::qt::widgets::ParameterDialog::setValue1EchoMode ( QLineEdit::EchoMode  echoMode)

◆ setValue2()

void te::qt::widgets::ParameterDialog::setValue2 ( const QString &  value)

◆ setValue2EchoMode()

void te::qt::widgets::ParameterDialog::setValue2EchoMode ( QLineEdit::EchoMode  echoMode)

Member Data Documentation

◆ m_pvalue1

QString te::qt::widgets::ParameterDialog::m_pvalue1
private

Definition at line 94 of file ParameterDialog.h.

◆ m_pvalue2

QString te::qt::widgets::ParameterDialog::m_pvalue2
private

Definition at line 95 of file ParameterDialog.h.

◆ m_ui

std::unique_ptr<Ui::ParameterDialogForm> te::qt::widgets::ParameterDialog::m_ui
private

Definition at line 93 of file ParameterDialog.h.


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