Skip to content
#

pyside2

Here are 186 public repositories matching this topic...

PySimpleGUI
pranjalya-singh
pranjalya-singh commented May 2, 2020

Enhancement

This is just a naming suggestion for better understanding of the code. In the DrawText function of the Graph element, it would make more sense for the argument text_location to be renamed as the location_on_text as the value of the argument actually signifies the location of the point on the text.

fservida
fservida commented Mar 21, 2020

In: https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi
RMDir should not have the /r flag on the uninstaller.
As per documentation (https://nsis.sourceforge.io/Reference/RMDir) this runs the risk of the user involuntarily choosing an installation directory containing other data and wiping it upon uninstallation.

I've had one report from one user inst

examples
jasperges
jasperges commented Aug 2, 2019

In all bindings you have the keyword argument dir for members of QFileDialog, but in PyQt5 it is directory (personally I think it's better because it doesn't redefine a built-in). For example QFileDialog.getOpenFilename(dir="/home/me") would be QFileDialog.getOpenFileName(directory="/home/me") in PyQt5.

I have no idea how difficult this would be, but personally I think the best soluti

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__
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 pyside2 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 pyside2 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.