mirror of https://github.com/qt/qtdoc.git
macOS: Clarify how the Aqua style is rendered
Change-Id: I78e5ab44f9ece10bca23c07e003776bb3c246bc3 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
b09e11ad9b
commit
d49364f6bd
|
|
@ -394,13 +394,10 @@
|
||||||
|
|
||||||
\section1 Aqua
|
\section1 Aqua
|
||||||
|
|
||||||
Aqua is an essential part of the \macos platform. As with Cocoa and
|
The Aqua style is an essential part of the \macos platform. As with Cocoa, Qt provides widgets that
|
||||||
Carbon, Qt provides widgets that look like those described in the Human
|
look like those described in the \l{https://developer.apple.com/design/human-interface-guidelines/macos/overview/themes/}
|
||||||
Interface Descriptions. Qt's widgets use HIThemes to implement the look and
|
{\macos Human Interface Guidelines}. Note that although Qt's widgets use AppKit under the hood for
|
||||||
feel. In other words, we use Apple's own APIs for doing the rendering. More
|
look and feel, it does not represent each individual Qt Widget as a wrapped native control.
|
||||||
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 \l{Qt Widget Gallery} page contains sample images of applications using
|
The \l{Qt Widget Gallery} page contains sample images of applications using
|
||||||
the \macos platform theme.
|
the \macos platform theme.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue