baoboa / pyqt5

PyQt5 from riverbank
http://www.riverbankcomputing.com/software/pyqt/download5
GNU General Public License v3.0
1.04k stars 590 forks source link

QtQml: Double the amount of registered singleton types #55

Closed thopiekar closed 3 years ago

thopiekar commented 4 years ago

Feature-rich and modern applications might need to register more than 30 types. Let's double it.

PS: It would be much better, if we could modify the array(?) on init. So, depending on the application that is running Qt, a custom size can be set.

thopiekar commented 4 years ago

An example of a modern application is here "Ultimaker Cura". It is plugin-able and logically every plugin can register its own singleton. I'm already running into the limit of 30 types here.