python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

Qscrollarea widgetresizeable #188

Closed bluebird75 closed 2 years ago

bluebird75 commented 2 years ago

Finish the job started in #147 with simpler gui-less approach

altendky commented 2 years ago

Is the plan to allow PRs that piecemeal add the dozens of parameters that PyQt adds to the constructor for the properties?

bluebird75 commented 2 years ago

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.