java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QDesktopServices
- All Implemented Interfaces:
QtObjectInterface
public class QDesktopServices extends QtObject
Methods for accessing common desktop services
Java wrapper for Qt class QDesktopServices
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
QDesktopServices.UrlHandler
-
Constructor Summary
Constructors Modifier Constructor Description QDesktopServices()
protected
QDesktopServices(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static boolean
openUrl(QUrl url)
static void
setUrlHandler(String scheme, QDesktopServices.UrlHandler urlHandler)
static void
unsetUrlHandler(String scheme)
-
Constructor Details
-
QDesktopServices
public QDesktopServices() -
QDesktopServices
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details