Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtDoc
Commits
ee7ccdc0
Commit
ee7ccdc0
authored
5 years ago
by
Qt Forward Merge Bot
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/5.14' into 5.15
Change-Id: I4d233e45348a0c3898ec999d8f9afcbc944d785a
parents
58c17ea6
72d18db9
dev
5.15
5.15.0
5.15.1
5.15.2
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
v5.15.0-alpha1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/platforms/macos.qdoc
+5
-8
doc/src/platforms/macos.qdoc
doc/src/snippets/qmacnativewidget/qmacnativewidget.pro
+0
-4
doc/src/snippets/qmacnativewidget/qmacnativewidget.pro
with
5 additions
and
12 deletions
doc/src/platforms/macos.qdoc
+
5
−
8
View file @
ee7ccdc0
...
...
@@ -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.
...
...
@@ -766,7 +763,7 @@
Usually, when referring to a native \macos application, \e native means an
application that interfaces directly to the underlying window system, rather
than one that uses some intermediary layer. Qt applications run as first
class citizens, just like Cocoa
and Carbon
applications. We use Cocoa
class citizens, just like Cocoa applications. We use Cocoa
internally to communicate with the operating system.
*/
...
...
This diff is collapsed.
Click to expand it.
doc/src/snippets/qmacnativewidget/qmacnativewidget.pro
deleted
100644 → 0
+
0
−
4
View file @
58c17ea6
CONFIG
+=
x86_64
OBJECTIVE_SOURCES
+=
main
.
mm
LIBS
+=
-
framework
Cocoa
-
framework
Carbon
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets