Dialog for properties input
Hi,
I want to create a simple dialog in my plugin for specifying some properties:
dir1: _______
dir2: _______
Just label and input field.
What is the quickest way? Is there some template?
Thanks
Please sign in to leave a comment.
Use the DialogWrapper class as the base class for the dialog, and use the UI Designer to draw the actual input fields.