-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configuration File Generator #27
base: main
Are you sure you want to change the base?
Conversation
…t does not like 'git' dependencies
…al_device for better error handling
…g the groupbox checkable)
Regarding the NIT camera configuration, the configuration wizard shows path to the NUC files. It could be nice to have a "browse" ("...") button on the right to select the files with a open file dialog. |
Generated devices path in the resulting configuration file are wrong when selecting the device using the drop down menu. For instance, it generated this in the configuration file
The software cannot load this path. I believe it should generate this instead:
|
…evice" for helping the UI to provide widgets
…playing the devpath in the lineedit field
This may have be due to the edition of the field, entering an entry slightly different (insertion of space removal of one character) which may have To reduce this to happen, when the user selects one line, the editable field will contain only " Note: The field is editable to permit the user to give a dev path which may not exist at the generation of the configuration file (ie the device is not yet connected) |
This PR intends to introduce a Configuration file generator for LaserStudio, when it is not found at startup.
Documentation site is also updated in this PR (https://laserstudio.readthedocs.io/en/schema_generator/)