There was an error while loading. Please reload this page.
You can use PySide widgets to enhance your 'modal dialog'. Here are just a few examples :
# dialog window creation # app = natron.getGuiInstance(0) dialog = app.createModalDialog() # set dialog title # dialog.setWindowTitle("My modal dialog") # set dialog margins # dialog.setContentsMargins(0, 0, 10, 10) # set window size # dialog.resize( 300, 170 )