Results 1 to 4 of 4

Thread: Signal/Slots across different files--help needed

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Posts
    75
    Thanks
    10
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Signal/Slots across different files--help needed

    thanks shahi,
    i got the solution from one article on net.. what ever u suggested was the same thing that i tried. thank u very much for ur reply..by the way, QSharedMemory is available only from Qt 4.4 onwards? i think sharedmemory is the best way to share data among objects..

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Signal/Slots across different files--help needed

    Quote Originally Posted by swamyonline View Post
    by the way, QSharedMemory is available only from Qt 4.4 onwards?
    Yes.

    Quote Originally Posted by swamyonline View Post
    i think sharedmemory is the best way to share data among objects..
    Shared memory is an inter-process communication mechanism. You don't need it to pass data between objects whithin a single process. It would be like using a corkboard in the hall to talk to a friend that sits besides you.

Similar Threads

  1. visual studio project files - adding extra files
    By luf in forum Qt Programming
    Replies: 3
    Last Post: 13th June 2008, 21:05
  2. Replies: 5
    Last Post: 22nd September 2006, 08:04
  3. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 10:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.