Bitcoin ABC  0.28.12
P2P Digital Currency
Public Slots | Signals | Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
QValidatedLineEdit Class Reference

Line edit that can be marked as "invalid" to show input validation feedback. More...

#include <qvalidatedlineedit.h>

Inheritance diagram for QValidatedLineEdit:
[legend]
Collaboration diagram for QValidatedLineEdit:
[legend]

Public Slots

void setValid (bool valid)
 
void setEnabled (bool enabled)
 

Signals

void validationDidChange (QValidatedLineEdit *validatedLineEdit)
 

Public Member Functions

 QValidatedLineEdit (QWidget *parent)
 
void clear ()
 
void setCheckValidator (const QValidator *v)
 
bool isValid ()
 

Protected Member Functions

void focusInEvent (QFocusEvent *evt) override
 
void focusOutEvent (QFocusEvent *evt) override
 

Private Slots

void markValid ()
 
void checkValidity ()
 

Private Attributes

bool valid
 
const QValidator * checkValidator
 

Detailed Description

Line edit that can be marked as "invalid" to show input validation feedback.

When marked as invalid, it will get a red background until it is focused.

Definition at line 14 of file qvalidatedlineedit.h.

Constructor & Destructor Documentation

◆ QValidatedLineEdit()

QValidatedLineEdit::QValidatedLineEdit ( QWidget *  parent)
explicit

Definition at line 10 of file qvalidatedlineedit.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ checkValidity

void QValidatedLineEdit::checkValidity ( )
privateslot

Definition at line 66 of file qvalidatedlineedit.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clear()

void QValidatedLineEdit::clear ( )

Definition at line 49 of file qvalidatedlineedit.cpp.

Here is the call graph for this function:

◆ focusInEvent()

void QValidatedLineEdit::focusInEvent ( QFocusEvent *  evt)
overrideprotected

Definition at line 31 of file qvalidatedlineedit.cpp.

Here is the call graph for this function:

◆ focusOutEvent()

void QValidatedLineEdit::focusOutEvent ( QFocusEvent *  evt)
overrideprotected

Definition at line 38 of file qvalidatedlineedit.cpp.

Here is the call graph for this function:

◆ isValid()

bool QValidatedLineEdit::isValid ( )

Definition at line 92 of file qvalidatedlineedit.cpp.

Here is the caller graph for this function:

◆ markValid

void QValidatedLineEdit::markValid ( )
privateslot

Definition at line 44 of file qvalidatedlineedit.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setCheckValidator()

void QValidatedLineEdit::setCheckValidator ( const QValidator *  v)

Definition at line 88 of file qvalidatedlineedit.cpp.

Here is the caller graph for this function:

◆ setEnabled

void QValidatedLineEdit::setEnabled ( bool  enabled)
slot

Definition at line 54 of file qvalidatedlineedit.cpp.

Here is the call graph for this function:

◆ setValid

void QValidatedLineEdit::setValid ( bool  valid)
slot

Definition at line 16 of file qvalidatedlineedit.cpp.

Here is the caller graph for this function:

◆ validationDidChange

void QValidatedLineEdit::validationDidChange ( QValidatedLineEdit validatedLineEdit)
signal
Here is the caller graph for this function:

Member Data Documentation

◆ checkValidator

const QValidator* QValidatedLineEdit::checkValidator
private

Definition at line 29 of file qvalidatedlineedit.h.

◆ valid

bool QValidatedLineEdit::valid
private

Definition at line 28 of file qvalidatedlineedit.h.


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