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

Shared Memory Example

Demonstrates doing inter-process communication using shared memory with the QSharedMemory class.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Shared Memory Example

 
Sélectionnez
QT += widgets
requires(qtConfig(filedialog))

SOURCES += main.cpp \
           dialog.cpp

HEADERS += dialog.h

# Forms and resources
FORMS += dialog.ui

EXAMPLE_FILES = *.png

# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/ipc/sharedmemory
INSTALLS += target

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