b39df8bf92
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> |
||
---|---|---|
.. | ||
animation | ||
dbus | ||
desktop | ||
dialogs | ||
draganddrop | ||
effects | ||
embedded | ||
gestures | ||
graphicsview | ||
ipc | ||
itemviews | ||
ja_JP/linguist/hellotr | ||
layouts | ||
linguist | ||
mainwindows | ||
network | ||
opengl | ||
painting | ||
qmake | ||
qpa | ||
qtconcurrent | ||
qtestlib | ||
qws | ||
richtext | ||
scroller | ||
sql | ||
statemachine | ||
threads | ||
tools | ||
touch | ||
tutorials | ||
webkit/webkit-guide | ||
widgets | ||
xml | ||
examples.pro | ||
README |
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.