Results 1 to 6 of 6

Thread: signal/slot mechanism and shared library

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: signal/slot mechanism and shared library

    Where is your connect() call made?

  2. #2
    Join Date
    Nov 2012
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: signal/slot mechanism and shared library

    In the constructor of ServiceServer (server/ServiceServer.cpp line 20) which is an ancestor of the Chat plugin.

  3. #3
    Join Date
    Nov 2012
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: signal/slot mechanism and shared library [solved]

    It seems to work if the methods called in the slot are not pure virtual.

Similar Threads

  1. signal -slot mechanism!! an interesting problem!!!
    By qt_user in forum Qt Programming
    Replies: 6
    Last Post: 5th August 2010, 11:20
  2. signal -slot mechanism
    By qt_user in forum Qt Programming
    Replies: 2
    Last Post: 30th July 2010, 18:34
  3. When should I use signal/slot mechanism
    By Bryku in forum Newbie
    Replies: 3
    Last Post: 10th February 2010, 22:24
  4. slow signal-slot-mechanism
    By blm in forum Qt Programming
    Replies: 11
    Last Post: 28th October 2008, 17:10
  5. The threaded signal/slot mechanism
    By xbtl in forum Newbie
    Replies: 1
    Last Post: 30th March 2008, 00:07

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.