guidata icon indicating copy to clipboard operation
guidata copied to clipboard

Python library generating graphical user interfaces for easy dataset editing and display

Results 8 guidata issues
Sort by recently updated
recently updated
newest added

`guidata` can't be installed with Python 3.11 ``` $ pip install -e . Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit...

I found that DateTime widgets were displaying datetimes as "09/10/2022 07:59" on my system which meant that I couldn't see the seconds. I also prefer to use iso-formatted time when...

Issue originally submitted here: https://code.google.com/p/guidata/issues/detail?id=33 Reported by [email protected], Jun 3, 2013 Hello, if you test this scipt : ``` python import guidata _app = guidata.qapplication() # not required if a...

bug
help wanted

Issue originally submitted here: https://code.google.com/p/guidata/issues/detail?id=37 Reported by maurobio, Oct 18, 2014 1. Include a "notempty" parameter, allowing to control if the field can be empty or not 2. Include an...

enhancement
help wanted

### Description When using the `ChoiceItem` component with a callback in a `DataSet`, and displaying the `DataSet` with a `DataSetEditGroupBox`, the radio buttons are duplicated when the callback is triggered...

bug

Hello, I am trying to make some code written by a scientific releasable. I find this in the code ``` #these lines are needed to correct an error in guidata...

bug

The whole `Tools` folder has been removed from Python official distribution for Windows since version 3.12. This breaks the `guidata` translation features which rely on the unavailable `Tools/i18n/pygettext.py` script.

deprecation

https://typing-extensions.readthedocs.io/en/latest/index.html#decorators This could be useful to add typing hints for `guidata.dataset.DataSet` objects. It would require to add a dependency over `typing_extensions` since the feature was introduced in standard `typing` package...

enhancement