qt5base-lts/examples
Gatis Paeglis ce9a806336 doc: cleanup raster window example
Documentation does not match the sample code. There is no explicit
call to QWindow::create(). It is called implicitly by QWindow::show().

Furthermore, QWindow::create() documentation states: "Note that it is
not usually necessary to call this function directly, as it will be
implicitly called by show(), setVisible(), and other functions that
require access to the platform resources.".

Change-Id: I632da86438f7f88c1fd8359b9fd6d52f329291cb
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2017-07-03 10:20:37 +00:00
..
aggregate
corelib Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
dbus Fix building of various examples and tools with -no-feature-process 2017-03-06 14:16:13 +00:00
embedded examples: remove some unneeded QStringRef::toString() calls 2017-04-07 14:35:04 +00:00
gui doc: cleanup raster window example 2017-07-03 10:20:37 +00:00
network Add some missing breaks in switch statements 2017-05-10 16:09:42 +00:00
opengl Fix computegles31 example 2017-03-08 09:19:39 +00:00
qmake Unify license header usage. 2016-03-29 10:20:03 +00:00
qpa Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
qtconcurrent prune vestiges of DEPLOYMENT_PLUGIN 2016-12-23 13:25:41 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00
touch Convert features.printdialog to QT_[REQUIRE_]CONFIG 2017-05-30 17:21:26 +00:00
widgets Convert features.wizard to QT_[REQUIRE_]CONFIG 2017-07-02 10:38:46 +00:00
xml examples: remove some unneeded QStringRef::toString() calls 2017-04-07 14:35:04 +00:00
examples.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00
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.