Sometimes a pull request or a feature request doesn't make it into Qt.py because it doesn't fit the contribution guidelines. This is hopefully a good thing for the end product in the long term perspective, but we're always sad to see good code drift into oblivion and disappear when a pull request is turned down and closed.
This part of the Qt.py project is a more loosely maintained (although tested) space, where we welcome example use of Qt.py to be shown off especially if it solves a problem Qt.py by itself doesn't solve out of the box.
If you wish to contribute, make a pull request. Please put your example files in a sub-folder of /examples
. If you also wish to have your example included in testing, make sure the function you wish to be executed during testing is named in such a way that it starts with test
. For a working example of examples 😉, see the /examples/loadUi
folder.
loadUi
- add base instance argumentQtSiteConfig
- expose additional Qt modules and classes