--skip-docs, skip the documentation generation. --skip-make-install, will not run make install (or equivalent) for each module built. --skip-modules, allows for specifying the Qt modules that will be skipped during the build process. For example: --skip-modules=WebEngineCore,WebEngineWidgets...
What's the difference between the two Python Qt libraries? ...and what's exactly the same (most of it). There is a new version of Qt (version 6) and with it new versions of PyQt and PySide -- now named PyQt6 & PySide6 respectively.
Check out the QFont documentation for more information. A bit of fun with QPainter That got a bit heavy, so let's take a breather and make something fun. So far we've been programmatically defining draw operations to perform. But we can just as easily draw in response to user input ...