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

Qt OPC UA Viewer Example

Using the model/view approach to display all nodes of an OPC UA server in a tree view.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt OPC UA Viewer Example

 
Sélectionnez
QT += opcua widgets
CONFIG += c++11
DEPENDPATH += INCLUDEPATH

SOURCES += main.cpp \
    mainwindow.cpp \
    opcuamodel.cpp \
    treeitem.cpp \
    certificatedialog.cpp

#install
target.path = $$[QT_INSTALL_EXAMPLES]/opcua/opcuaviewer
INSTALLS += target

HEADERS += \
    mainwindow.h \
    opcuamodel.h \
    treeitem.h \
    certificatedialog.h

FORMS += \
    certificatedialog.ui \
    mainwindow.ui \

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