-
Notifications
You must be signed in to change notification settings - Fork 18
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
GUI: use a wizard #49
Comments
+1. |
Implemented in 762e493 Will be tested by analyzing remaining declared issues |
Short video demo here https://vimeo.com/264387850 |
I like the wizard. so far no bug dedicated to it identified GMLAS toolbox plugin : v1.2.0-rc6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GUI refactoring described in #36 is still too complex for the average user.
Moreover, there are too much information displayed on the same panel.
After some discussions with @sgrellet it seems that using a QWizard to assist the opening would be a better approach. Each page of the wizard would correspond more or less to a group of options of the current panel.
The text was updated successfully, but these errors were encountered: