Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

RoboDK EmbedWindow

#1
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?


Attached Files Thumbnail(s)
Screenshot_1111.png    Screenshot_1222.png   
Image(s)
   
#2
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.


Attached Files
.py   Embed_PySide6.py (Size: 3.83 KB / Downloads: 216)
  




Users browsing this thread:
1 Guest(s)