qt5base-lts/examples
Friedemann Kleint 8751ca3dae Polish the model/view tutorial examples
- Reorder the class declarations, moving private sections last
- Make constructors explicit
- Add space to the comments
- Introduce auto
- Replace slot MainWindow::showWindowTitle() by a direct
  connection to slot QWidget::setWindowTitle().

Pick-to: 6.4 6.3
Change-Id: Ic229162434dfef5f2767d0b4e186759ca0f821f3
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2022-08-09 00:19:09 +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 Polish the model/view tutorial examples 2022-08-09 00:19:09 +02:00
xml Add license headers to cmake files 2022-08-03 17:14:55 +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.