RoboDK Forum
using other GUI module instead of TKINTER module可打印版本

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API)
+--- Thread: using other GUI module instead of TKINTER module (/Thread-using-other-GUI-module-instead-of-TKINTER-module)



using other GUI module instead of TKINTER module-dk.tamas-05-23-2021

It's possible to use other GUI module which is not tkinter?

UPDATE: It will be used for docked UI.

e.g.: PySimpleGUI


RE: using other GUI module instead of TKINTER module-Albert-05-25-2021

You should be able to use any GUI. For example, PySide and PyQt should work.

You can also use other programming languages and create your own user interfaces (embedded or not).


RE: using other GUI module instead of TKINTER module-dk.tamas-05-25-2021

Thank you for the answer @Albert!