qt5base-lts/examples
Sona Kurazyan e684c25b85 QDomDocument: deprecate old setContent() overloads in favor of new ones
And use the new overloads in examples and tests.

[ChangeLog][QtXml][QDomDocument] Deprecated the old setContent()
overloads in favor of the new ones that take ParseOptions and
ParseError.

Task-number: QTBUG-104507
Change-Id: I61b37eba2fe3002c03bddc90f6877676d539f7ec
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-08-17 17:02:27 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Add license headers to cmake files 2022-08-03 17:14:55 +02:00
dbus Add license headers to cmake files 2022-08-03 17:14:55 +02:00
embedded Add license headers to cmake files 2022-08-03 17:14:55 +02:00
gui Add license headers to cmake files 2022-08-03 17:14:55 +02:00
network Add license headers to cmake files 2022-08-03 17:14:55 +02:00
opengl Add license headers to cmake files 2022-08-03 17:14:55 +02:00
qmake Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qpa Add license headers to cmake files 2022-08-03 17:14:55 +02:00
qtconcurrent Add license headers to cmake files 2022-08-03 17:14:55 +02:00
qtestlib Add license headers to cmake files 2022-08-03 17:14:55 +02:00
sql Add license headers to cmake files 2022-08-03 17:14:55 +02:00
vulkan Add license headers to cmake files 2022-08-03 17:14:55 +02:00
widgets Sliders: Add function that changes widgets position on layout 2022-08-15 11:22:14 +03:00
xml QDomDocument: deprecate old setContent() overloads in favor of new ones 2022-08-17 17:02:27 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-09 15:45:06 +01: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.