qt5base-lts/examples/widgets/tools
Friedemann Kleint 47e4ae86a8 Polish the settings editor example.
- Set QtProject as organization.
- Remove unneeded member variables.
- Use member initialization in the constructor.
- Use new connection syntax in createActions()
  to assemble the menu there, removing the createMenus()
  function.
- Introduce a QSharedPointer to ensure settings are deleted.
  Previously, the settings were parented on the tree widget,
  which is a hack of sorts.
- Fix OS X macros.

Change-Id: Ibbc6bfb03eb5c7eda077b1a3aa3f1707667f7f13
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-09-23 13:28:02 +00:00
..
codecs Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
completer Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
customcompleter Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
echoplugin Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
i18n Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
plugandpaint Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
plugandpaintplugins Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
regexp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
regularexpression Add QRegularExpression based regexp tool 2015-04-02 13:19:30 +00:00
settingseditor Polish the settings editor example. 2015-09-23 13:28:02 +00:00
styleplugin Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
treemodelcompleter Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
undo Update copyright headers 2015-02-11 06:49:51 +00:00
undoframework Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
tools.pro Add QRegularExpression based regexp tool 2015-04-02 13:19:30 +00:00