We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :
import guidata _app = guidata.qapplication() # not required if a QApplication has already been created import guidata.dataset.datatypes as dt import guidata.dataset.dataitems as di class Processing(dt.DataSet): """Example""" dico = {} dico["P1"]=(10,23) dico["P2"]=(12,45) a = di.FloatItem("Parameter #1", default=2.3) b = di.IntItem("Parameter #2", min=0, max=10, default=5) type = di.ChoiceItem("Processing algorithm", ("type 1", "type 2", "type 3")) toto = di.DictItem("test", default=dico) param = Processing() param.edit()
when you edit the dict item value the windows with the value is behind all over windo and not editable ...
Sylm,
Jun 24, 2015 nickedglass
I have this issue as well. Looks like it has been around for over two years. Any chance this will get fixed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
when you edit the dict item value the windows with the value is behind all over windo and not editable ...
Sylm,
Jun 24, 2015
nickedglass
I have this issue as well. Looks like it has been around for over two years. Any chance this will get fixed?
The text was updated successfully, but these errors were encountered: