bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
106 stars 40 forks source link

Detect Storage Amount Available In OnboardingStorageAmount.qml page #406

Open D33r-Gee opened 1 month ago

D33r-Gee commented 1 month ago

Motivation

Based on the feedback by @GBKS in PR #397:

Can we detect how much space is available on each location and show it? And can we estimate the required space needed (the mock-up uses 500GB as a placeholder, which is meant to be replaced with something accurate).

Possible solution

add a variable (i.e. optionsModel.diskSpace) that checks storage amount in a specific location (i.e. local drive, mounted drive or directory)

Useful Skills

qml c++

Guidance for new contributors

Want to work on this issue?

For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.