This python qtgrid package is for PyQt, or PySide developers. It helps to build QGridLayout's dynamically and with visual help during implementation time. Note that qtgrid works in the same way for PyQt6, PyQt5, and PySide6.
Please visit the documentation homepage to find an example usage, a tutorial, a reference manual, and for the brave the API Documentation.
Use pip or pipenv
- pip install qtgrid
- pipenv install qtgrid
Get the current development source from GitHub
- git clone https://github.com/devlog42/qtgrid
When importing qtgrid, for an installation of PyQt6, PyQt5, or PySide6 is tested in that order. If none of these are found, a corresponding error message is issued.
Every contribution that advances this project is very welcome.
If you want to report a bug or ask about a new feature, please visit the dedicated issues page. There you'll find suitable templates for your request, including one that is esspecially intended for mistakes in the documentations.
However, if you want to get involved in development, please check out the Contribution page first.
When you write posts, it goes without saying that you use a friendly language. Of course there is also a separate page on the topic called Code of Conduct.
The License of this package comes in terms of GNU LGPLv3.