Results 1 to 7 of 7

Thread: A signal/slot connect isn't working.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: A signal/slot connect isn't working.

    i think in one of the connect statements, u have used

    this->dialog

    and other u have used

    this->dialog->buttonBox

    there must be ur issue..signal isnt properly connected..

  2. #2
    Join Date
    Feb 2009
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: A signal/slot connect isn't working.

    Quote Originally Posted by talk2amulya View Post
    i think in one of the connect statements, u have used

    this->dialog

    and other u have used

    this->dialog->buttonBox

    there must be ur issue..signal isnt properly connected..
    and that too, is true

    It would seem that i'm a bit too easy with things. need to pay more attention

Similar Threads

  1. QObject signal/slot not working
    By Msnforum in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2009, 22:50
  2. Connect not working
    By xgoan in forum Qt Programming
    Replies: 4
    Last Post: 24th July 2006, 11:27

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.