![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsservices.h>
Public Member Functions | |
bool | openUrl (const QUrl &url) override |
bool | openDocument (const QUrl &url) override |
![]() | |
QPlatformServices () | |
virtual | ~QPlatformServices () |
virtual bool | openUrl (const QUrl &url) |
virtual bool | openDocument (const QUrl &url) |
virtual QByteArray | desktopEnvironment () const |
QPlatformServices::desktopEnvironment returns the active desktop environment. | |
virtual bool | hasCapability (Capability capability) const |
virtual QPlatformServiceColorPicker * | colorPicker (QWindow *parent=nullptr) |
Additional Inherited Members | |
![]() | |
enum | Capability { ColorPicking } |
Capabilities are used to determine a specific platform service's availability. More... | |
Definition at line 11 of file qwindowsservices.h.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 196 of file qwindowsservices.cpp.
References shellExecute(), and url.
|
overridevirtual |
Reimplemented from QPlatformServices.
Definition at line 187 of file qwindowsservices.cpp.
References QUrl::hasFragment(), QUrl::isLocalFile(), launchMail(), openWebBrowser(), QUrl::scheme(), shellExecute(), and url.