All Questions
Tagged with qvtkwidget pyqt
6 questions
0
votes
0
answers
99
views
how get output of vtkrenderwindowinteractor() and import it to qopenglwidget python
I want to import my STL file into Qt. The code is written in VTK to obtain and read the STL file, and now I want to transfer it to Qt by using the QtWidgets.QOpenGLWidget class. Finally, I need to add ...
0
votes
1
answer
527
views
Vedo Plotter in Qt - Mouse Click Event not registering at the correct position
I have tried several different things about the mouse clicks not registering correctly in my Qt mainwindow. When using only my QHD monitor, the program worked just fine (video). However, when using my ...
0
votes
1
answer
949
views
pyqt5 and vtk object integration
i would like to embed the glb file to pyqt gui with vtk python library. I wrote pieces of code but it does not embed the sketch to the pyqt gui. Everytime there have been placing in the second windows ...
0
votes
2
answers
512
views
Python & VTK & PyQt5: How to screenshot vtk render in def __init__?
What have I done:
Create a app with PyQt5 and VTK, I add 2 VTK render in 2 QTWidget.
In each VTK render, I read a .stl file and show it.
I add a function screen_shot, it can screen shot VTK render ...
0
votes
2
answers
2k
views
VTK and PyQt5 : How to refresh display after changing radius value with slider
I'm trying to write a python code with VTK and PyQt5 which display a VTK Sphere customizable by the user with sliders. The conception of the windows and the widgets is ok, the problem is when I change ...
2
votes
1
answer
884
views
python VTK context menu not at mouse position
I am having problems with the context menu position in VTK with PyQt. The main GUI window has set the VTK widget as central widget:
from vtk_widget.vtk_widget import VTKWidget
class DySMainWindow(...