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

Towards a new visualea on PyQT5 and Python 3 #14

Merged
merged 62 commits into from
Feb 16, 2023
Merged

Towards a new visualea on PyQT5 and Python 3 #14

merged 62 commits into from
Feb 16, 2023

Conversation

pradal
Copy link
Contributor

@pradal pradal commented Jan 17, 2023

No description provided.

@baugetfa
Copy link
Contributor

@pradal

just QtGui to QtWidget when relevant, visualeagui not working yet

….vpltk.qt import qt and from openalea.vpltk.qt.QtGui import *
@baugetfa
Copy link
Contributor

@pradal

forgot some QtCore, changed qt.QtCore.SIGNAL to QtCore.pyqtSignal

And removed all import as:
from openalea.vpltk.qt import qt
from openalea.vpltk.qt.QtGui import *

@pradal
Copy link
Contributor Author

pradal commented Jan 18, 2023

I will replace the pyqtsignal with the native interface:

    self.connect(self.savescut, QtCore.pyqtSignal("triggered()"), self.save_changes)

by

self.savescut.triggered().connect(self.save_changes)

…nted line just to get open the visualea window
@baugetfa
Copy link
Contributor

I got the visualea main window open with the python shell working with, for example, very simple numpy functions. But to reach that, I commented some lines referenced with # F. Bauget 2023-01-18. Just to see .
This is pretty ugly but that marks at least three different points making problem.

baugetfa and others added 25 commits January 30, 2023 14:07
…abColorMap, Global parameters in weberpenn, species in weberpenn, the value was set to the index not the text
… now I got the node becoming red without crash
…d oalab, and oalab had referencies to visualea already
@pradal pradal merged commit 50c2617 into master Feb 16, 2023
@pradal pradal deleted the visualea branch February 16, 2023 14:41
This was linked to issues Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants