Results 1 to 7 of 7

Thread: Signal and slot

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2008
    Posts
    7
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Question Signal and slot

    hi
    i am using spin box.when ever any changes in spinbox that is updatation in the spin box it should call one more funtion for validate the value what we entered.
    Qt Code:
    1. connect(m_ctrlSpinFeld1, SIGNAL(valueChanged(int)),
    2. this, SLOT(OnUpdateFeld1()));
    To copy to clipboard, switch view to plain text mode 
    i am using code like.but when i am excuting the file the slot not connected.i dont know what is the problem in that.
    Last edited by jpn; 12th March 2008 at 09:18. Reason: missing [code] tags

Similar Threads

  1. signal and slot across threads having event loop
    By travis in forum Qt Programming
    Replies: 6
    Last Post: 5th November 2007, 23:56
  2. Replies: 2
    Last Post: 16th August 2007, 00:20
  3. signal not getting communicated to slot
    By quickNitin in forum Qt Programming
    Replies: 17
    Last Post: 2nd June 2006, 04:56
  4. Manually send signal to slot
    By donmorr in forum Qt Programming
    Replies: 1
    Last Post: 29th May 2006, 15:03
  5. signal slot conection using a string, not a SLOT
    By rianquinn in forum Qt Programming
    Replies: 6
    Last Post: 5th February 2006, 18:52

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.