Skip to content
#

pyqt

Here are 338 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__
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

jmwright
jmwright commented Dec 31, 2019

It would probably be a good idea to have documentation on building the stand-alone packages of CQ-editor. This would allow someone with access to a Mac to work on building a package so that we could have all three major OSes covered by the releases.

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.