05-20-2024, 10:26 AM
I embedded my interface I designed with PyQt5 into RoboDK. I set the size settings of the EmbedWindow to a button, but it doesn't work. How can we fix this?
RoboDK EmbedWindow |
05-20-2024, 10:26 AM
I embedded my interface I designed with PyQt5 into RoboDK. I set the size settings of the EmbedWindow to a button, but it doesn't work. How can we fix this?
05-21-2024, 08:39 AM
EmbedWindow does not always work for current Windows sytems. It is better to not embed your custom user interfaces on Windows. A workardound is to use the Plugin Interface and Qt/C++ instead of Python. You can find more information about the RoboDK Plugin Interface here:
https://robodk.com/doc/en/PlugIns/index.html Also, I attached a sample program that shows how you can embed RoboDK inside a generic QWidget window using Python and PySide6. |
Users browsing this thread: |
1 Guest(s) |