This is my first PyQt app and my first Python program.
I have a Help option in the usual place on the top menu bar. I want it to popup a textbrowser which will load an html file and have a scrollbar and a close button, but these things are fixed open on the window and have no buttons. A popup messagebox might do but it has no way of loading the text from the file and no scrollbar. I need something like a combination of the two. I find it very difficult working out how to create these things, so trial and error is taking for ever. Is there such a widget, perhaps with parameters to tailor it?
Bookmarks