qt5base-lts/examples/widgets/tutorials
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
..
addressbook Add license headers to cmake files 2022-08-03 17:14:55 +02:00
gettingStarted Add license headers to cmake files 2022-08-03 17:14:55 +02:00
modelview Polish the model/view tutorial examples 2022-08-09 00:19:09 +02:00
notepad Add license headers to cmake files 2022-08-03 17:14:55 +02:00
widgets 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
gettingstartedqt.qdoc Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
README Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
tutorials.pro Doc: move notepad example to qtbase and improve it 2017-12-18 13:39:28 +00:00

Qt is supplied with tutorials that have been written to provide developers
with an introduction to the Qt API.


Documentation for tutorials can be found in the Tutorials
link in the main documentation.