-
Notifications
You must be signed in to change notification settings - Fork 11
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
ExpSettingsGUI.py Feature Request: "Load Config" and "Save Config as" menu options #72
Comments
rmcgurrin
added a commit
to rmcgurrin/PyQLab
that referenced
this issue
Sep 18, 2015
BBN-Q#69 In the Looper Form of MeasFilterViews.enaml, test that the selected filter is in the filter dictionary else return -1 BBN-Q#70 Added a childFilter to the StateComparator class because it was missing. BBN-Q#71 In the QtListStrWidget, test if the enable changed when the labels are the same and the label is in the item list. Also, only signal a name change when the labels are not the same and the newlabel is not in the item list. In the old version of code there are some conditions when on_edit is called that result in the dictionary manager trying to rename an item that does not exist. BBN-Q#72 Added a new feature to save config in a different directory and load a config from a different directory. After loading a config, the GUI will restart itself for the changes to take effectively
rmcgurrin
added a commit
to rmcgurrin/PyQLab
that referenced
this issue
Sep 24, 2015
BBN-Q#69 In the Looper Form of MeasFilterViews.enaml, test that the selected filter is in the filter dictionary else return -1 BBN-Q#71 In the QtListStrWidget, test if the enable changed when the labels are the same and the label is in the item list. Also, only signal a name change when the labels are not the same and the newlabel is not in the item list. In the old version of code there are some conditions when on_edit is called that result in the dictionary manager trying to rename an item that does not exist. BBN-Q#72 Added a new feature to save config in a different directory and load a config from a different directory. After loading a config, the GUI will restart itself for the changes to take effectively
Merged
rmcgurrin
added a commit
to rmcgurrin/PyQLab
that referenced
this issue
Sep 25, 2015
BBN-Q#69 In the Looper Form of MeasFilterViews.enaml, test that the selected filter is in the filter dictionary else return -1 BBN-Q#71 In the QtListStrWidget, test if the enable changed when the labels are the same and the label is in the item list. Also, only signal a name change when the labels are not the same and the newlabel is not in the item list. In the old version of code there are some conditions when on_edit is called that result in the dictionary manager trying to rename an item that does not exist. BBN-Q#72 Added a new feature to save config in a different directory and load a config from a different directory. After loading a config, the GUI will restart itself for the changes to take effectively
rmcgurrin
added a commit
that referenced
this issue
Sep 29, 2015
#69 In the Looper Form of MeasFilterViews.enaml, test that the selected filter is in the filter dictionary else return -1 #71 In the QtListStrWidget, test if the enable changed when the labels are the same and the label is in the item list. Also, only signal a name change when the labels are not the same and the newlabel is not in the item list. In the old version of code there are some conditions when on_edit is called that result in the dictionary manager trying to rename an item that does not exist. #72 Added a new feature to save config in a different directory and load a config from a different directory. After loading a config, the GUI will restart itself for the changes to take effectively
Added in 8c60b24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"Save Config as" use case:
-User chooses the "Save Config as" option from the "File" menu
-A file browser opens to allow the user to choose a directory ( or create a new one if wanted)
-The config json files are saved to the chosen directory
"Load Config" use case:
-User chooses the "Load Config" option from the "File" menu
-A file browser opens and the user chooses a directory
-The config files in that directory are copied to the default config file locations as specified in config.json
-ExpSettingsGUI.py restarts itself
The text was updated successfully, but these errors were encountered: