qt5base-lts/examples
Christian Ehrlicher a779d68256 MimeTypeBrowser: avoid memleaks
In MainWindow ctor some member values were allocated without a parent
and not cleaned up in dtor. Fixed it by give them a valid parent so they
get automatically cleaned up. Also m_treeView was initialized twice.

Task-number: QTBUG-61862
Change-Id: I5590b87bb517c55db6eb58e700a5d419c0acdba2
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Martin Smith <martin.smith@qt.io>
2017-12-27 18:21:28 +00:00
..
aggregate
corelib MimeTypeBrowser: avoid memleaks 2017-12-27 18:21:28 +00:00
dbus Use dependencies instead of CONFIG+=ordered 2017-12-02 11:09:15 +00:00
embedded Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
gui
network Update usage of QFontMetrics::width() to new API 2017-12-08 15:06:32 +00:00
opengl Merge remote-tracking branch 'origin/5.10' into dev 2017-11-23 09:36:03 +01:00
qmake
qpa
qtconcurrent Revamp QtConcurrent examples to C++11 2017-11-07 09:42:34 +00:00
qtestlib
sql
touch Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
vulkan hellovulkantexture: Fix issues with new validation layer 2017-10-16 08:15:39 +00:00
widgets Make the Main Window example use high-DPI toolbar icons 2017-12-19 17:57:08 +00:00
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.