Obsolete Members for KHelpMenu
The following members of class KHelpMenu are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated in 6.9) | KHelpMenu(QWidget *parent, const QString &unused, bool showWhatsThis = true) |
(deprecated in since 6.9) | KHelpMenu(QWidget *parent, const KAboutData &aboutData, bool showWhatsThis) |
Member Function Documentation
[explicit, deprecated in 6.9]
KHelpMenu::KHelpMenu(QWidget *parent, const QString &unused, bool showWhatsThis = true)
This function is deprecated since 6.9. We strongly advise against using it in new code.
Construct a new help menu dialog.
parent The parent of the dialog boxes. The boxes are modeless and will be centered with respect to the parent.
aboutAppText User definable string that is used in the default application dialog box.
showWhatsThis Decides whether a "What's this" entry will be added to the dialog.
Use one of the other constructors
[deprecated in since 6.9]
KHelpMenu::KHelpMenu(QWidget *parent, const KAboutData &aboutData, bool showWhatsThis)
This function is deprecated since since 6.9. We strongly advise against using it in new code.
Constructor.
This function overloads KHelpMenu(QWidget *parent, const QString &aboutAppText, bool showWhatsThis).
This overload is mainly useful if you want to override the standard actions aboutApplication(), aboutKDE(), and reportBug().
parent The parent of the dialog boxes. The boxes are modeless and will be centered with respect to the parent.
aboutData User and app data used in the About app dialog.
showWhatsThis Decides whether a "What's this" entry will be added to the dialog.
Use one of the other constructors