Results 1 to 6 of 6

Thread: Slots and Connection of Forms...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Aug 2009
    Location
    Greece
    Posts
    69
    Thanks
    2
    Thanked 14 Times in 14 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Slots and Connection of Forms...

    in second the SLOT is a
    Qt Code:
    1. void Second::func_clicked()
    To copy to clipboard, switch view to plain text mode 
    and you have a
    Qt Code:
    1. void discovery::func_clicked()
    To copy to clipboard, switch view to plain text mode 
    Maybe the discovery is a relic from the previous implemantation?
    (the same for the destructor. Does it compile???)

    Check this:
    http://www.qtcentre.org/faq.php?faq=qt_signalslot
    Last edited by Rhayader; 20th March 2011 at 00:58.

Similar Threads

  1. Replies: 0
    Last Post: 17th April 2010, 17:13
  2. Connection of custon signals/slots
    By brevleq in forum Qt Programming
    Replies: 2
    Last Post: 23rd December 2008, 07:04
  3. Signal-slots connection problem.
    By impeteperry in forum Qt Tools
    Replies: 26
    Last Post: 23rd January 2007, 14:33
  4. Slots connection !
    By agent007se in forum Newbie
    Replies: 6
    Last Post: 25th July 2006, 01:28
  5. howto debug connection of signals and slots?
    By jh in forum Qt Programming
    Replies: 11
    Last Post: 24th February 2006, 09:30

Tags for this Thread

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.