Results 1 to 15 of 15

Thread: Custom signal and slots

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Join Date
    Oct 2011
    Posts
    19
    Thanks
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Custom signal and slots

    So where do I emit click1? Some signal of QPushButton? like click() or something?

    EDIT - I can call QPushButton::click() and call emit from there but it gives me error saying " mulltiple definition" and ofcourse I cannot connect click() and disp(int) because of the parameter mismatch. So how do I go about it?
    Last edited by amitahire; 2nd July 2012 at 08:54.

Similar Threads

  1. Signal/Slots, Where can i use it?
    By Tio in forum Newbie
    Replies: 2
    Last Post: 25th May 2010, 01:36
  2. Signal and Slots
    By waynew in forum Newbie
    Replies: 3
    Last Post: 20th November 2009, 03:50
  3. signal and slots
    By vermarajeev in forum Qt Programming
    Replies: 4
    Last Post: 16th October 2007, 08:31
  4. Signal and slots
    By villy in forum Qt Programming
    Replies: 1
    Last Post: 12th January 2007, 10:10
  5. Problem with Signal and Slots
    By Kapil in forum Installation and Deployment
    Replies: 2
    Last Post: 10th February 2006, 08:51

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.