-
Great PyQt5 resources are challenging to find. The most common places are:
* Tutorials on Udemy:
* https://www.udemy.com/course/python-gui-programming-using-pyqt5/
* https://www.udemy.com/cours…
-
Written and edited by @CAM-Gerlach (OP was initially empty):
* [ ] Add/move general information currently contained in `__init__` docstring to the README for visibility
* [ ] Clarify that QtPy fol…
-
Thank you for the impressive work!
I am on a MacBook M2. I followed religiously the installation instructions:
```
conda env create -f ~/.../environment.yml # edited to create environment 'styt…
-
I configured the index-url of pip in my %HOME%/pip/pip.conf with the following contents.
```
[global]
index-url=https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.…
-
Create and publish the library documentation
• Introduction, PyQt5 reference
• Quick start
• Tutorial
• Modules reference - public functions, data models, etc
• Validation
• How to examples
-
When opening and closing the slightly modified example dialog (examples/dialog/main.py) multiple times, this allocates a few extra MB of RAM each time the dialog is opened, which are never freed.
T…
-
I recently purchased this AMAZING book and ran through the installation procedures of the repository on my Windows 11 machine with Python 3.11. 6 and Anaconda Command Client version 1.11.3 installed, …
-
https://github.com/baoboa/pyqt5/blob/11d5f43bc6f213d9d60272f3954a0048569cfc7c/examples/itemviews/frozencolumn/frozencolumn.py#L135
Should be:
`return [l.strip() for l in s.split(splitter)]`
-
https://github.com/jamesabel/spafit is an old fairly simple test case using cryptography and Qt.
I've been doing an update, many years later at https://github.com/jamesabel/spafit/pull/2
cx_Free…
-
![Screenshot from 2021-08-20 13-44-19](https://user-images.githubusercontent.com/6065437/130229678-da968b47-001c-43ce-8dd1-e5dbe8f44e82.png)
I'm testing the PyQt5 example https://github.com/glumpy/…