qt5base-lts/examples
Samuel Rødal b39df8bf92 Made window orientation API more flexible.
Previously we only had QWindow::setOrientation() which was a hint about
the orientation the window's contents were rendered in.

However, it's necessary to separate between the orientation
corresponding to the window buffer layout and orientation of the
contents. A game for example might typically want to use a landscape
buffer even on a portrait device. Thus, we replace
QWindow::orientation() with QWindow::reportContentOrientationChange() and
QWindow::requestWindowOrientation().

Change-Id: I1f07362192daf36c45519cb05b43ac352f1945b5
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-01-24 15:38:48 +01:00
..
animation Update contact information in license headers. 2012-01-23 04:04:33 +01:00
dbus Update contact information in license headers. 2012-01-23 04:04:33 +01:00
desktop Update contact information in license headers. 2012-01-23 04:04:33 +01:00
dialogs Update contact information in license headers. 2012-01-23 04:04:33 +01:00
draganddrop Update contact information in license headers. 2012-01-23 04:04:33 +01:00
effects Update contact information in license headers. 2012-01-23 04:04:33 +01:00
embedded Update contact information in license headers. 2012-01-23 04:04:33 +01:00
gestures Update contact information in license headers. 2012-01-23 04:04:33 +01:00
graphicsview Update contact information in license headers. 2012-01-23 04:04:33 +01:00
ipc Update contact information in license headers. 2012-01-23 04:04:33 +01:00
itemviews Update contact information in license headers. 2012-01-23 04:04:33 +01:00
ja_JP/linguist/hellotr Update contact information in license headers. 2012-01-23 04:04:33 +01:00
layouts Update contact information in license headers. 2012-01-23 04:04:33 +01:00
linguist Update contact information in license headers. 2012-01-23 04:04:33 +01:00
mainwindows Update contact information in license headers. 2012-01-23 04:04:33 +01:00
network Update contact information in license headers. 2012-01-23 04:04:33 +01:00
opengl Made window orientation API more flexible. 2012-01-24 15:38:48 +01:00
painting Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qmake Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qpa Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qtconcurrent Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qtestlib Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qws Update contact information in license headers. 2012-01-23 04:04:33 +01:00
richtext Update contact information in license headers. 2012-01-23 04:04:33 +01:00
scroller Update contact information in license headers. 2012-01-23 04:04:33 +01:00
sql Update contact information in license headers. 2012-01-23 04:04:33 +01:00
statemachine Update contact information in license headers. 2012-01-23 04:04:33 +01:00
threads Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tools Update obsolete contact address. 2012-01-23 04:04:33 +01:00
touch Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tutorials Update obsolete contact address. 2012-01-23 04:04:33 +01:00
webkit/webkit-guide Update contact information in license headers. 2012-01-23 04:04:33 +01:00
widgets Update contact information in license headers. 2012-01-23 04:04:33 +01:00
xml Update contact information in license headers. 2012-01-23 04:04:33 +01:00
examples.pro Examples, plugins: Remove remains of qpa in profiles. 2011-10-28 15:04:54 +02:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.