Skip to content
New issue

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

Pb with DictItem #14

Open
PierreRaybaut opened this issue Sep 22, 2015 · 0 comments
Open

Pb with DictItem #14

PierreRaybaut opened this issue Sep 22, 2015 · 0 comments

Comments

@PierreRaybaut
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant