<div dir="ltr"><div><div><div><div><div><div>As part of my plugins I want to have a Help button that displays the documentation. What method do you recommend? I see various authors do it differently. I see three methods for when a help button is clicked on.<br><br></div>1. Launch a web browser to point to the documentation on the web.<br></div>2. Have the documentation as a part of the plugin and launch a web browser to view it.<br></div>3. Display a PyQt window with the documentation in it.<br><br></div>I don't consider #1 as a good option because it fails if you happen to be disconnected from the web. What are your thoughts on #2 or #3 or do you have a better option?</div><div><br></div>Thanks,<br><br></div>Calvin<br></div>