Title:
Qt_QSharedMemory_Example_v1_2_en Download
Description: This Qt C++ application demonstrates how to share memory between processes. The client GUI application and the server executable share memory through QSharedMemory. The example has two shared memory areas: one for the client to command the server, and another for the server to respond to the client. The example application has been tested to work on Maemo and Symbian with the Qt 4.6.2 release.
- [QuartTreeNode] - qt achieve quadtree search, book on the
- [qttest] - QT for symbian simple example form
File list (Check if you may need any files):
Qt_QSharedMemory_Example_v1_2_en\QSharedMemoryExample
................................\....................\debian
................................\....................\......\changelog
................................\....................\......\compat
................................\....................\......\control
................................\....................\......\copyright
................................\....................\......\dirs
................................\....................\......\postinst
................................\....................\......\rules
................................\....................\install
................................\....................\.......\Client_3_0_v_1_2.sis
................................\....................\.......\Client_5_0_v_1_2.sis
................................\....................\.......\qsharedmemoryexample_1.2.0_armel.deb
................................\....................\.......\Server_3_0_v_1_2.sis
................................\....................\.......\Server_5_0_v_1_2.sis
................................\....................\Licence.txt
................................\....................\qsharedmemoryexample.pro
................................\....................\Release_Notes.txt
................................\....................\src
................................\....................\...\client
................................\....................\...\......\client.cpp
................................\....................\...\......\client.h
................................\....................\...\......\client.pro
................................\....................\...\......\main.cpp
................................\....................\...\......\qsharedmemoryexclient.desktop
................................\....................\...\common
................................\....................\...\......\consts.h
................................\....................\...\......\memoryreader.cpp
................................\....................\...\......\memoryreader.h
................................\....................\...\......\memorywriter.cpp
................................\....................\...\......\memorywriter.h
................................\....................\...\server
................................\....................\...\......\main.cpp
................................\....................\...\......\server.cpp
................................\....................\...\......\server.h
................................\....................\...\......\server.pro
................................\....................\...\src.pro
Qt_QSharedMemory_Example_v1_2_en