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

Qt Quick 2 Oscilloscope Example

Example of a hybrid C++ and QML application.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Quick 2 Oscilloscope Example

 
Sélectionnez
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT += datavisualization

# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp \
           datasource.cpp
HEADERS += datasource.h

RESOURCES += qmloscilloscope.qrc

OTHER_FILES += doc/src/* \
               doc/images/* \
               qml/qmloscilloscope/*

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