Archived post by cdordelly

`# Force Houdini’s style sheet self.setProperty(“houdiniStyle”, True) sh = hou.ui.qtStyleSheet() self.setStyleSheet(sh)`

also when you call the dialog, make sure to set the houdini qt window as parent too:

`# Create and show the dialog dialog = OSLManagerDlg(parent=hou.ui.mainQtWindow()) dialog.exec_()`

in this case, this dlg looks like this

I guess it will be similar for a python panel, have no idea <:kill_me:419295639348838400>

Attachments in this post:
http://fx-td.com/houdiniandchill/wp-content/uploads/discord/20241207/06/24/image.png