-
Updated
May 20, 2020 - Python
pyqt
Here are 320 public repositories matching this topic...
-
Updated
Nov 19, 2019 - Python
-
Updated
May 5, 2020 - Python
-
Updated
Aug 25, 2019 - Python
-
Updated
May 15, 2020 - Python
This includes documenting
from qtpy.QtCore import Signal, Slot- The use of the openfiledialog openfolderdialog helpers (study the option of overloading QFileDialog... which would also need documentation as it would change the default behavior)
- Where to find the Qt version
from qtpy.QtCore import __version__
When using QHexEdit within a QDialog it should be expected that the functionality of the parent widget is maintained. For example, if a user presses escape, per the Qt documentation, this should close the dialog. However, in looking at the source code of QHexEdit::keyPressEvent, it appears that it does not forward the event to the base class. This results in the default functionality of various ke
-
Updated
Apr 29, 2020
-
Updated
Dec 11, 2018 - Python
-
Updated
Apr 4, 2020 - Python
I like treenote a lot. Was looking for a self-hosted workflowy like tool ... treenote gives me that. I understand that you are not available till september... but new feature wishes are always good ...right :-)
Adding reminders and one-row items for yourself is good but sometimes you want to add details to a row without generating a hierarchy beneath this row. I would like to see an option to o
-
Updated
Jul 30, 2018 - Python
-
Updated
Oct 2, 2017 - Python
-
Updated
Apr 4, 2018 - Python
The autogenerated API documentation for Pyface is missing a number of key details because some (many? all?) of its traits are documented with a regular # comment instead of a #: traits doc-comment that can be picked up by the trait documenter. It would be nice to fix that.
The particular instance that I ran into was trying to refer to IEditor.obj from 3rd party documentation (via intersph
-
Updated
Mar 23, 2020 - Python
When converting a file the tool seems to append a new line to the end of the file under certain conditions - Not sure what conditions.
When it appends a new line it seems to always append a "\n" unix style new line. Even when the rest of the file may have different line endings.
- Does the tool have to append a newline? If so.
- Can the output file have consistent line endings that ideall
Currently, the listing contains the Courant and Fourier numbers for the momentum equation, and the combined Courant/Fourier criterion. It could be interesting to also have this combined Courant/Fourier criterion for transported scalars. This might be especially relevant for buoyant scalars.
I have used the installation instructions to try to install this utility but to no avail. Then i tried instead of pip install (since pip by its own defaults to python2) python3 -m pip install and it worked. Please fix the small error in the instructions.
-
Updated
Sep 5, 2019
-
Updated
Sep 22, 2017 - Python
Improve this page
Add a description, image, and links to the pyqt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyqt topic, visit your repo's landing page and select "manage topics."

Should maybe be mentioned in the README.
See: https://stackoverflow.com/questions/44274151/pyside2-on-windows