-
Notifications
You must be signed in to change notification settings - Fork 2
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
Store and manage user preferences #2
Comments
Partially handled by #5. |
Hi, I have been searching for a way to get in touch about VirtualGamePad and only found this lol - I never used GitHub before, please be kind! |
Good, you shouldn't. Having non-verifiable software send random input to your device is no different from giving away your device, unlocked.
Other people have also said so when they finally contacted me through various ...surprising sources.
That won't be possible as I have explained here - #8 (comment)
This is a niche that requires the willingness, patience and skill to dive into systems progamming (Here Be Dragons).
Even I find it frustating to deal with the setup I have to do to start working on this codebase.
I hadn't implemented it in v0.1. Forgot to remove or disable the button before releasing. |
Currently, all the application settings are hard-coded.
We need to let the user change them.
The QSettings Class can help us achieve this.
Mockups
The main window needs a preferences button.
The settings/preferences dialog box should look like
Behaviour
Checklist
The text was updated successfully, but these errors were encountered: