qtdeclarative/examples/quick/tableview
Fabian Kosmale 0ddd032ffc GameOfLife example: Fix qmllint warnings
GameOfLifeModel is a QAIM, but qmllint does not know what QAIM is by
default. Make it aware of it by explicitly depending on QtQml.Models.

Then fix the Layout related warnings found by the Quick lint plugin:
- remove the superfluous x and y values in the slider,
- and remove the empty padding Item in lieu of setting
  Layout.rightMargin on the Button to achieve the same effect.

Change-Id: I2ef6f9a1ffa276b66415ce3374eb41c34d8673b6
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2022-10-26 14:00:54 +02:00
..
gameoflife GameOfLife example: Fix qmllint warnings 2022-10-26 14:00:54 +02:00
pixelator Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
CMakeLists.txt Improve examples CMakeLists.txt 2022-01-24 13:25:13 +01:00
tableview.pro TableView Conway's Game of Life example 2018-08-09 08:09:14 +00:00