GithubHelp home page GithubHelp logo

Comments (7)

hgrecco avatar hgrecco commented on September 26, 2024

Can you put your driver in a github gist so I can take a look?

from lantz.

bamablee avatar bamablee commented on September 26, 2024

gist at https://gist.github.com/bamablee/f541d2edb30f1bdf7601

from lantz.

hgrecco avatar hgrecco commented on September 26, 2024

It works fine for me. I am using PyQt 4.9 on top of Qt 4.7.4.

>>> import PyQt4.QtCore as QtCore
>>> QtCore.PYQT_VERSION_STR
'4.9'
>>> QtCore.QT_VERSION_STR
'4.7.4'

Googling around, I found this so it might be a PySide thing. I will try to see if there is a work around.

from lantz.

bamablee avatar bamablee commented on September 26, 2024

I managed to get PyQt 4.10 built for our platform, and the GUI now (mostly) works for me as well, so PySide was the problem.

Thanks for looking into this.

One additional note on the auto-generated GUI: In lantz/ui/widgets.py in the LabeledFeatWidget ctor, I had to change the "if isinstance(feat, DictFeat):" to "if isinstance(feat.feat, DictFeat)" because the ctor argument appears to be a FeatProxy object and therefore in the original code I wasn't getting a DictFeatWidget with a combobox for the keys, but instead a single QtLineEdit.

from lantz.

hgrecco avatar hgrecco commented on September 26, 2024

Would you like to submit a patch?

from lantz.

hgrecco avatar hgrecco commented on September 26, 2024

Checkout the master branch (549acab). I pushed a fix for the Test Panel in PySide. Wrapping with Lantz using PySide will not work for a user generated interface (i.e. you create uic file in QtDesigner in connect_feat, connect_driver, etc)

from lantz.

hgrecco avatar hgrecco commented on September 26, 2024

I am closing this issue. Feel free to reopen.

from lantz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.