aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qvalidatedlineedit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] extend validate line edit and btc address validatorPhilip Kaufmann2014-01-291-1/+59
| | | | | | | | | | | | | - remove btc address length from address validator - add an optional btc address check in validated line edit that defaults to off and is used in GUIUtil::setupAddressWidget() - an isAcceptable() check is added to validated line edit on focus out which only kicks in, when a validator is used with that widget - remove an isAcceptable() check from sendcoinsentry.cpp - remove obsolete attributes from ui files, which are set by calling GUIUtil::setupAddressWidget() - move some more things to GUIUtil::setupAddressWidget() and remove them from normal code e.g. placeholder text
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* put color constants in guiconstants.hWladimir J. van der Laan2011-07-251-1/+3
|
* fix clear() (clear red/invalid status)Wladimir J. van der Laan2011-07-221-0/+6
|
* add sendmany supportWladimir J. van der Laan2011-07-161-0/+37