From d49364f6bd8b4acfebff0b242a93f8a490a1786f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 20 Jan 2020 14:50:44 +0100 Subject: [PATCH] macOS: Clarify how the Aqua style is rendered Change-Id: I78e5ab44f9ece10bca23c07e003776bb3c246bc3 Reviewed-by: Volker Hilsheimer --- doc/src/platforms/macos.qdoc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/src/platforms/macos.qdoc b/doc/src/platforms/macos.qdoc index 7342d0343..abe1000e9 100644 --- a/doc/src/platforms/macos.qdoc +++ b/doc/src/platforms/macos.qdoc @@ -394,13 +394,10 @@ \section1 Aqua - Aqua is an essential part of the \macos platform. As with Cocoa and - Carbon, Qt provides widgets that look like those described in the Human - Interface Descriptions. Qt's widgets use HIThemes to implement the look and - feel. In other words, we use Apple's own APIs for doing the rendering. More - documentation about Aqua is found at the - \l{http://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/Intro/Intro.html#//apple_ref/doc/uid/20000957} - {\macos Human Interface Guidelines}. + The Aqua style is an essential part of the \macos platform. As with Cocoa, Qt provides widgets that + look like those described in the \l{https://developer.apple.com/design/human-interface-guidelines/macos/overview/themes/} + {\macos Human Interface Guidelines}. Note that although Qt's widgets use AppKit under the hood for + look and feel, it does not represent each individual Qt Widget as a wrapped native control. The \l{Qt Widget Gallery} page contains sample images of applications using the \macos platform theme.