qt5base-lts/examples
Timur Pocheptsov 6c45b1817f SslSocketClient - fix example not to crash
Due to the bug related to the 'new syntax' signal/slot connections,
it's unfortunately possible to have a connection not deleted properly
by the moment children objects get deleted. Then, as a result,
in e.g. QSslSocket's destructor the socket will change its state,
triggering the (now deleted) UI elements' access.
Note - the original  bug was reported, the patch (only possible?) was
not accepted.

Fixes: QTBUG-83659
Change-Id: I2965532485bcd46f93f8449e4d0a30da92b572c5
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-04-22 13:03:45 +02:00
..
aggregate
corelib Mandelbrot Example: Use High DPI scaling 2020-03-12 08:24:09 +01:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Revert "QNetworkReply: deprecate the 'error' getter" 2020-02-28 07:21:14 +03:00
gui Examples/OpenGLWindow: do not use hardcoded indices 2019-10-02 08:36:36 +02:00
network SslSocketClient - fix example not to crash 2020-04-22 13:03:45 +02:00
opengl Doc: replace deprecated references to QGLWidget 2020-03-20 22:27:29 +01:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
qtconcurrent Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qtestlib
sql Doc: Let SQL Drill Down example show correct use of qgraphicsitem_cast 2020-03-06 08:12:52 +01:00
vulkan Doc: Specify install path for Vulkan examples 2020-01-30 10:42:57 +00:00
widgets Stop using obsolete TouchPoint rect accessors in tests and examples 2020-04-10 13:54:43 +00:00
xml QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' instead 2020-03-03 18:25:57 +01:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +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.