Skip to content

Releases: mottosso/qargparse.py

0.5.10

16 Nov 13:33
7260525

Choose a tag to compare

Minor release with..

Example use of the new signals, see also examples.py.

0.5.7

09 Nov 16:27
eaa3753

Choose a tag to compare

Lots of new goodies.

  • PySide2 and PyQt5 support (dropped PyQt4 and PySide)
  • No dependencies (previously Qt.py)
  • New HDPI support
  • New QArgumentParser(icon="/icon.png") support, to complement description=""
  • New examples.py, also callable from command-line for a demo
  • Fixed Enum supports both integer index and string defaults. Always returns string via Enum.read()
  • Fixed errors are thrown when passing non-existent arguments to things (like one would expect, but wasn't the case) (Could still use work)
  • Fixed resetting of Enum
  • New QArgument(initial=1) to complement default=1, now the initial value can be different from the default. Good for restoring values from disk, whilst keeping original default intact. See help for details.
  • New QArgumentParser(style={"comboboxFillWidth": False}) for customisting the look of the Enum attribute
  • New sliders to complement Number, Float and Integer spinboxes

See #14 for details.