Dialog for properties input Permanently deleted user 创建于 2012年01月02日 18:22 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
Use the DialogWrapper class as the base class for the dialog, and use the UI Designer to draw the actual input fields.