Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows binary builds: File -> Create + Copy defunct #372

Closed
EagleTM opened this issue Nov 6, 2013 · 2 comments
Closed

Windows binary builds: File -> Create + Copy defunct #372

EagleTM opened this issue Nov 6, 2013 · 2 comments
Labels

Comments

@EagleTM
Copy link
Contributor

EagleTM commented Nov 6, 2013

Mentioned by rdymac on
https://bitcointalk.org/index.php?topic=325768.0
File -> Create/Restore and File -> Copy don't bring up a menu on Win builds. It works in native python on windows. File -> Open works on both

In gui/qt/main_window.py
my wild guess is in backup_wallet(self) and new_wallet(self)
QInputDialog.getText doesn't work with the win builds.

We could just use self.select_wallet_file() like we do for opening a file - however we may need extra code to make sure people are not destroying there existing wallets

@EagleTM
Copy link
Contributor Author

EagleTM commented Nov 11, 2013

I'd opt for using QFileDialog.getSaveFileName style of dialogue for Create and Copy

@ecdsa
Copy link
Member

ecdsa commented Nov 11, 2013

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants