Skip to content
#

pyqt

Here are 320 public repositories matching this topic...

examples
goanpeca
goanpeca commented Aug 16, 2016

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__
vpiscitello
vpiscitello commented Mar 11, 2020

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

jaroet
jaroet commented May 15, 2017

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

mdickinson
mdickinson commented Jul 16, 2019

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

blaisejarrett
blaisejarrett commented May 8, 2018

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.

  1. Does the tool have to append a newline? If so.
  2. Can the output file have consistent line endings that ideall

Improve this page

Add a description, image, and links to the pyqt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pyqt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.