HomePhabricator

[Qt] extend validate line edit and btc address validator
c78bd9370172Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[Qt] extend validate line edit and btc address validator

  • 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

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Nov 20 2013, 14:56
Wladimir J. van der Laan <laanwj@gmail.com>Committed on Jan 29 2014, 13:15
deadalnixPushed on May 14 2017, 22:04
Parents
rABCaab8fc58c6e6: Merge pull request #3450
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCc78bd9370172: [Qt] extend validate line edit and btc address validator (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Jan 29 2014, 13:15