Jump to content

Custom Qt widgets


Recommended Posts

Hi guys,

Is it possible to use custom Qt widgets for node parameters instead of the predefined look you get from parameter templates?

Also is there a way to use Qt widget for a pop up directly without using ui scripts?

Cheers, Mila.

Edited by millag
  • Like 1
Link to comment
Share on other sites

  • 11 months later...

To update this thread in case anyone is looking into embedding custom Qt widgets directly in the node's parameter pane. This seems is not possible.
I've asked SideFX about this while ago so here's their answer:

Quote


It's not possible to inject Qt widgets directly into parameter pane, either.

However, Houdini does support custom panels:

http://www.sidefx.com/docs/houdini15.5/ref/panes/pythonpanel

http://www.sidefx.com/docs/houdini15.5/ref/windows/pythonpaneleditor

The second link has an example of linking node parameter so PySide parameter widgets.

It may be possible to have a node parameter that contains a button that launches a window with custom panel for ramp editing. The editing process in that window would update the data in the parameter itself.

 

 

  • Like 2
Link to comment
Share on other sites

  • 6 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...