<div dir="ltr">Hi All,<div><br></div><div>I'm trying to cut down on the memory usage of my PyQt5 application.  I'm assuming that one way to do this is to only import the Qt submodules that are actually used.</div><div><br></div><div>The three attached files illustrate my point.  The Qt5 Designer only imports the necessary submodules (e.g. "QtCore/QVariant").  Whereas, the PyQt5 UIC and RCC generators import the parent modules in full (e.g. "QtCore").</div><div><br></div><div>Assuming my memory reduction theory is right, is there any way that I can get the UIC and RCC generators to behave like the Qt5 Designer?  There's probably no point in using this strategy throughout the rest of my code if not.</div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(68,68,68)"><font size="2">Regards, Xavion.<br><br></font></span></div></div>
</div></div>