I use help button (from QDialog) to open an HTML file, but i want it to open on specific header (<h1>, <h2>, etc.), depending on from which window i use help button.
This is how i open HTML:
QDesktopServices::openUrl(QUrl(QCoreApplication::applicationDirPath() + "/HELP.html"));
How can i do it?