Releases: mottosso/qargparse.py
Releases · mottosso/qargparse.py
0.5.10
Minor release with..
- Minor fixes
- And
enteredandexitedevents for arguments, for e.g. custom tooltips.
Example use of the new signals, see also examples.py.
0.5.7
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 complementdescription="" - New examples.py, also callable from command-line for a demo
- Fixed
Enumsupports both integer index and string defaults. Always returns string viaEnum.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 complementdefault=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 theEnumattribute - New sliders to complement
Number,FloatandIntegerspinboxes
See #14 for details.



