Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qcocoaservices.mm
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qcocoaservices.h"
5
6#include <AppKit/NSWorkspace.h>
7#include <Foundation/NSURL.h>
8
9#include <QtCore/QUrl>
10
12
14{
15 return [[NSWorkspace sharedWorkspace] openURL:url.toNSURL()];
16}
17
19{
20 return openUrl(url);
21}
22
bool openUrl(const QUrl &url) override
bool openDocument(const QUrl &url) override
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
QUrl url("example.com")
[constructor-url-reference]