TIntLineEdit Class

Header: #include <TIntLineEdit>
Inherits: TLineEdit

Public Functions

TIntLineEdit(QWidget *iParent = nullptr)
~TIntLineEdit()
  • 1 public function inherited from TLineEdit
  • 59 public functions inherited from QLineEdit
  • 213 public functions inherited from QWidget

Public Slots

void setMaxValue(int iMaxInt)
void setMinValue(int iMinInt)
void setRange(int iMinInt, int iMaxInt)

Protected Functions

  • 3 protected functions inherited from TLineEdit
  • 17 protected functions inherited from QLineEdit
  • 2 protected functions inherited from TUiInterface
  • 35 protected functions inherited from QWidget

Protected Slots

  • 1 protected slot inherited from TLineEdit
  • 1 protected slot inherited from QWidget

Additional Inherited Members

Detailed Description

Member Function Documentation

TIntLineEdit::TIntLineEdit(QWidget *iParent = nullptr)

Default constructs an instance of TIntLineEdit.

TIntLineEdit::~TIntLineEdit()

Destroys the instance of TIntLineEdit.

[protected] void TIntLineEdit::initConnection()

[protected slot] void TIntLineEdit::onEditFinished()

[slot] void TIntLineEdit::setMaxValue(int iMaxInt)

[slot] void TIntLineEdit::setMinValue(int iMinInt)

[slot] void TIntLineEdit::setRange(int iMinInt, int iMaxInt)