-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SpecTclPythonGUI to support bindsets.
- Loading branch information
Ron Fox
committed
Aug 1, 2024
1 parent
2ea75cc
commit c0a70a7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SpecTclPythonGUI
updated
11 files
+2 −0 | .gitignore | |
+146 −3 | DefinitionIO.py | |
+12 −2 | FileMenu.py | |
+30 −2 | Gui.py | |
+165 −0 | QT5LiCENSE | |
+8 −1 | SpectrumList.py | |
+243 −0 | bindingeditor.py | |
+365 −0 | bindings.py | |
+258 −0 | bindingscontroller.py | |
+124 −27 | editablelist.py | |
+212 −0 | spectrumset.py |