-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improve Qt Introduction #10
Conversation
✅ Deploy Preview for spyder-api-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Carlos Cordoba <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After our agreed changes, LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yeimiyaz and @CAM-Gerlach for your work on this!
Pull Request
Pull Request Checklist
Description of Changes
This pull request includes the improvement of the Qt introduction page.
I have enriched the descriptions of the sections taking into account the official Qt documentation.
After the changes, I was not sure about the following text description:
Dialog section
"Dialogs are commonly used for functions that do not fit into the main interface."
"Qt provides some special dialogs for the most common use-cases as file Open/Save, font selection, error messages, color choosing, printing, among others."
Signals & Slots section
"Functions or methods could be used as slots, by connecting a signal to them."
"If a signal sends data, the receiver callable will also receive it."
Please validate them.
Thanks