t-artistik / qtscriptgenerator

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

Lazy loading of Qt bindings #61

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 18 Nov 2009 at 12:35