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

Drag and Drop Robot Example

Demonstrates how to drag and drop items in a graphics view.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Drag and Drop Robot Example

 
Sélectionnez
QT += widgets

HEADERS += \
        coloritem.h \
        robot.h

SOURCES += \
        coloritem.cpp \
        main.cpp \
        robot.cpp

RESOURCES += \
        robot.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/dragdroprobot
INSTALLS += target

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