I'm building an app prototype that needs to view and display a stack of images (image series, e.g. tomography). The image stack is a tomography series and I would like the UI to display this series so the user can apply certain operations and view the results in real time. Image stack viewers are few and far between... but I did a few offline tests with Pyqtgraph, and it seems like this is a great solution!
My initial GUI prototype is built on QtQuick v2.12, which I understand does not support QWidgets (sorry I am brand new to Qt, so I am still very much learning!). I've searched the group here and it seems like Pyqtgraph + QtQuick 2.x is a non-starter as a result... but the last discussions about this were a few years ago. So I wanted to ask: has anything changed in recent years? Are there any clever solutions/hacks for wrapping up a QWidget in QML? Or should I be developing this app in a different "flavor" of Qt? Any tips/advice are gratefully appreciated! -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/bcdf5702-cfbb-488a-9eb8-aae4d7ed2432%40googlegroups.com.
