-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use Qt instead of wx for variable browser #11
Comments
From email to Sebastian Stratbücker 4/25/14: ModelicaRes only uses wx for two things:
The variable browser provides an expandable tree of Modelica variables via |
It may also be good to use QT in the |
Now using PyQt4 instead of easygui but still need to eliminate wx. |
wx is no longer needed for installation. It's only loaded when the browse() method is called. I switched from PyQt4 to PySide because it worked more easily and it has better licensing. |
Is this issue still open? I could only find the use of the wx within the browse() method, so... I created a little routine to use PyQt4 (populate the SimRes values into a QTreeWidget with QTreeWidgetItems) |
wxPython is now available for python 3.5 as well. With some small changes, the Source: |
QT is used more widely, and it still seems to be difficult to get wx running with Python 3.
The text was updated successfully, but these errors were encountered: