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) |
- 5 public slots inherited from TLineEdit
- 8 public slots inherited from QLineEdit
- 9 public slots inherited from TUiInterface
- 19 public slots inherited from QWidget
Protected Functions
void | initConnection() |
- 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
void | onEditFinished() |
Additional Inherited Members
- 1 property inherited from TLineEdit
- 19 properties inherited from QLineEdit
- 58 properties inherited from QWidget
- 3 signals inherited from TLineEdit
- 6 signals inherited from QLineEdit
- 1 signal inherited from TUiInterface
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
Detailed Description
Member Function Documentation
TIntLineEdit::TIntLineEdit(QWidget *iParent = nullptr)
Default constructs an instance of TIntLineEdit.
TIntLineEdit::~TIntLineEdit()
Destroys the instance of TIntLineEdit.