t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

Lazy loading of bindings #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the bindings are loaded as "monolithic" libs, e.g. all of QtGui
bindings in one library. It would be nice if (groups of) classes were only
loaded on demand.
Another possibility is to split e.g. the QtGui typesystem into
sub-packages; qt.gui.graphicsview, qt.gui.widgets and so on. Then you could
explicitly import only the sub-packages that you want to use.

Original issue reported on code.google.com by kentm...@gmail.com on 12 Sep 2008 at 4:00