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

Feat(save_values): Save current values when saving the configuration #26

Open
wants to merge 2 commits into
base: kinetic-devel
Choose a base branch
from

Conversation

JulioLP
Copy link

@JulioLP JulioLP commented May 24, 2018

Now the values of the sliders, texts and checkboxes get stored when "save to file" is used, and get loaded when "load from file" is called.

Note: This functionality only works for the widgets in the "widget folder", namely: bool, double, int, uint and string. I do not know if there are any more, but in that case the value will not be saved and the plugin will work as before.

Now the values of the sliders, texts and checkboxes get stored when "save to file" is used, and get loaded when "load from file" is called.

Note: This functionality only works for the widgets in the "widget folder", namely: bool, double, int, uint and string. I do not know if there are any more, but in that case the value will not be saved and the plugin will work as before.
This fix lets the user write slider limits that are higher than 10k or lower than -10k. The min and max spinboxes become slightly larger due to the larger limits. It would be a good feature to set a fixed spinbox length to solve this.
@JulioLP
Copy link
Author

JulioLP commented Aug 22, 2018

I have added a new commit (e755408) to solve the issue #27 .

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

Successfully merging this pull request may close these issues.

None yet

1 participant