IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt Quick TableView examples - Conway’s Game of Life

The Conway’s Game of Life example shows how the QML TableView type can be used to display a C++ model that the user can pan around.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Quick TableView examples - Conway’s Game of Life

 
Sélectionnez
TEMPLATE = app

QT += quick qml
SOURCES += \
        main.cpp \
    gameoflifemodel.cpp

RESOURCES += \
    main.qml \
    gosperglidergun.cells

target.path = $$[QT_INSTALL_EXAMPLES]/quick/tableview/gameoflife
INSTALLS += target

HEADERS += \
    gameoflifemodel.h

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+