This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtdeclarative
mirror of
https://github.com/qt/qtdeclarative.git
Watch
1
Star
0
Fork
You've already forked qtdeclarative
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ae76c8f428
qtdeclarative
/
examples
/
quick
/
tableview
/
tableview.pro
6 lines
64 B
Prolog
Raw
Normal View
History
Unescape
Escape
Make a subdirectory for TableView examples This makes more room for more tableview examples. I also added the tableview directory to the quick.pro subdirs. Change-Id: Ia136150ded99c2ec627e122aa676e24a519683a9 Reviewed-by: hjk <hjk@qt.io>
2018-07-11 08:58:34 +00:00
TEMPLATE
=
subdirs
TableView pixelator example Example of a QML TableView with custom table model. Inspired from the original pixelator example from the widget world. Change-Id: Ic33e6d2e9320fe135d56dde92326dd8a606fe109 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2018-06-28 16:38:03 +00:00
TableView Conway's Game of Life example This new example shows how a Conway's Game of Life implementation can be created with QML and the new TableView component. Change-Id: I940210c5e5a0554e6f052ff109070e69e59cab56 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2018-07-16 11:14:20 +00:00
SUBDIRS
+=
\
gameoflife
\
pixelator