-
Notifications
You must be signed in to change notification settings - Fork 31
Qscrollarea widgetresizeable #188
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
Qscrollarea widgetresizeable #188
Conversation
Undo line removed by mistake
Remove instanciation of QApplication() in this file.
Is the plan to allow PRs that piecemeal add the dozens of parameters that PyQt adds to the constructor for the properties? |
There is a grand plan for adding all properties and signals to the constructor of all QObject derived classes. But this is a huge plan. In the meantime, a user suggested this valid improvement, I'm all for taking it in. More examples are always a good thing in any case. |
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.
I think the application creation can be dropped once #166 goes in, then this looks good.
…' into qscrollarea-widgetresizeable
Co-authored-by: Kyle Altendorf <[email protected]>
…PyQt5-stubs into qscrollarea-widgetresizeable
Finish the job started in #147 with simpler gui-less approach