12#include "config-xmlgui.h"
15#include <QApplication>
16#include <QDialogButtonBox>
25#include <QStandardPaths>
26#include <QDesktopServices>
33#include <kaboutdata.h>
34#include <klocalizedstring.h>
37#include <kritaversion.h>
133 d->
mMenu->setTitle(i18n(
"&Help"));
137 bool need_separator =
false;
140 need_separator =
true;
145 need_separator =
true;
149 if (need_separator) {
153 need_separator =
true;
157 if (need_separator) {
161 need_separator =
true;
164 if (need_separator) {
213 QDesktopServices::openUrl(QUrl(QStringLiteral(
"help:/")));
235 QDesktopServices::openUrl(QUrl(
"https://docs.krita.org/en/untranslatable_pages/reporting_bugs.html"));
283 QWhatsThis::enterWhatsThisMode();
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
Standard "About KDE" dialog box.
Standard "switch application language" dialog box.
A dialog box for sending bug reports.
QAction * aboutKDE(const QObject *recvr, const char *slot, QObject *parent)
QAction * whatsThis(const QObject *recvr, const char *slot, QObject *parent)
QAction * helpContents(const QObject *recvr, const char *slot, QObject *parent)
QAction * reportBug(const QObject *recvr, const char *slot, QObject *parent)
@ SwitchApplicationLanguage
QAction * aboutApp(const QObject *recvr, const char *slot, QObject *parent)
QAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)