You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qml: add BitcoinAddress model and input field components
Add the BitcoinAddress C++ model class that provides:
- Address formatting (space-separated groups of 4 characters)
- Ellipsis truncation for display
- Cursor-aware setAddress() for live editing in text fields
- Base58 character filtering and 62-char cap
Add two new QML input components:
- BitcoinAddressInputField: address input with inline validation
error display using alert-filled icon
- BitcoinAmountInputField: amount input with unit label, BTC/sat
flip toggle, regex validation, and inline error display
Register BitcoinAddress as a creatable QML type in bitcoin.cpp
and add the new QML components to bitcoin_qml.qrc.
0 commit comments