50 qWarning(
"QDesktopServices::launchWebBrowser not implemented");
57 qWarning(
"QDesktopServices::openDocument not implemented");
87 qWarning(
"QDesktopServices::storageLocation %d not implemented", type);
94 qWarning(
"QDesktopServices::displayName not implemented");
Q_CORE_EXPORT QByteArray qgetenv(const char *varName)
#define QT_END_NAMESPACE
This macro expands to.
static bool openDocument(const QUrl &file)
static QString storageLocation(StandardLocation type)
Returns the default system directory where files of type belong, or an empty string if the location c...
static QString displayName(StandardLocation type)
Returns a localized display name for the given location type or an empty QString if no relevant locat...
StandardLocation
This enum describes the different locations that can be queried by QDesktopServices::storageLocation ...
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
static bool launchWebBrowser(const QUrl &url)
#define QT_BEGIN_NAMESPACE
This macro expands to.
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
Q_CORE_EXPORT void qWarning(const char *,...)
static QString tempPath()
Returns the absolute path of the system's temporary directory.
static QString organizationName()
static QString applicationName()
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
static QString homePath()
Returns the absolute path of the user's home directory.