qt5base-lts/examples/widgets/tools/settingseditor
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
..
inifiles Examples: move widgets specific "tools" examples to the correct place 2012-11-28 00:56:34 +01:00
locationdialog.cpp Polish the settings editor example. 2015-09-23 13:28:02 +00:00
locationdialog.h Polish the settings editor example. 2015-09-23 13:28:02 +00:00
main.cpp Polish the settings editor example. 2015-09-23 13:28:02 +00:00
mainwindow.cpp Polish the settings editor example. 2015-09-23 13:28:02 +00:00
mainwindow.h Polish the settings editor example. 2015-09-23 13:28:02 +00:00
settingseditor.pro Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
settingstree.cpp Polish the settings editor example. 2015-09-23 13:28:02 +00:00
settingstree.h Polish the settings editor example. 2015-09-23 13:28:02 +00:00
variantdelegate.cpp Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
variantdelegate.h Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00