Generate script UI directly inside the main window

Ly89

New Member
Hi,

I am trying to place the GUI that a script generates (what appears on the right side of Scripts window when a row is clicked) in the main window.
I already checked how to create the associated QWidget (I exposed a method to generate the widget from ScriptTools class), but I am currently wondering how to cleanly access to ScriptTools class from the main UI.

Is there a simple way to do this (also linking properly frontend-plugins/frontend-tools inside the main CMakelists)?

Thank you in advance
 
Top