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

Python PyQt5 embedwindow

#1
Python ile bir arayüz geliştirip EmbedWindows ile Robodk'a entegre ettim. Yapmak istediğim bu sayfanın sabit bir boyutuna sahip olmak ve butona basıldığında sayfanın boyutunu ayarlayabilmek. Nasıl yapabilirim?
Bu kod yalnızca sayfa açıldığında boyutunu ayarlamama yardımcı oluyor. Daha sonra değiştirebilmek istiyorum. Aynı fonksiyonu butona yazdığımda çalışmıyor.


Attached Files Image(s)
   
#2
This is a known issue. You should keep this window floating or use the Plugin Interface if you want to embed a custom user interface as a docked window in RoboDK.
#3
(05-14-2024, 07:55 AM)Albert Wrote: This is a known issue. You should keep this window floating or use the Plugin Interface if you want to embed a custom user interface as a docked window in RoboDK.

Thank you for your answer, Albert.
 
How can I use the plugin interface?
#4
You can find more information about the plugin interface here:
https://robodk.com/doc/en/PlugIns/index.html

Also, I attached a sample proof of concept if you want to embed the RoboDK window with your Python project using PySide.


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




Users browsing this thread:
1 Guest(s)