42 #ifndef QDESKTOPSERVICES_H 43 #define QDESKTOPSERVICES_H 45 #include <QtCore/qstring.h> 53 #ifndef QT_NO_DESKTOPSERVICES 62 static bool openUrl(
const QUrl &url);
63 static void setUrlHandler(
const QString &scheme,
QObject *receiver,
const char *method);
64 static void unsetUrlHandler(
const QString &scheme);
84 #endif // QT_NO_DESKTOPSERVICES 90 #endif // QDESKTOPSERVICES_H
#define QT_END_NAMESPACE
This macro expands to.
StandardLocation
This enum describes the different locations that can be queried by QDesktopServices::storageLocation ...
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
The QDesktopServices class provides methods for accessing common desktop services.