Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
bitcoinamountfield.h
Go to the documentation of this file.
bool validate()
Perform input validation, mark field as invalid if entered value is not valid.
Definition: bitcoinamountfield.cpp:194
Definition: qvaluecombobox.h:12
QWidget * setupTabChain(QWidget *prev)
Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907), in these cases we have to set it up manually.
Definition: bitcoinamountfield.cpp:220
bool eventFilter(QObject *object, QEvent *event)
Intercept focus-in event and ',' key presses.
Definition: bitcoinamountfield.cpp:210
BitcoinAmountField(QWidget *parent=0)
Definition: bitcoinamountfield.cpp:159
QLineEdit that uses fixed-point numbers internally and uses our own formatting/parsing functions...
Definition: bitcoinamountfield.cpp:65
void setValid(bool valid)
Mark current value as invalid in UI.
Definition: bitcoinamountfield.cpp:202
void valueChanged()
void setDisplayUnit(int unit)
Change unit used to display amount.
Definition: bitcoinamountfield.cpp:254
void setValue(const CAmount &value)
Definition: bitcoinamountfield.cpp:231