Results 1 to 9 of 9

Thread: Object::connect: No such slot

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Object::connect: No such slot

    For QSlider the slot is setSliderPosition or setValue and both need parameters passed (so can't be connected directly with clicked, so connect clicked to a slot of yours from where you can access whatever value you want to set to the slider) and QSlider doesn't have an animate().

    And make sure that panelGL has counterChanged(int)

  2. The following user says thank you to Zlatomir for this useful post:

    kango (20th February 2013)

Similar Threads

  1. Replies: 4
    Last Post: 28th October 2011, 05:09
  2. Anoying problem, Object::connect: No such slot
    By Aslund in forum Qt Programming
    Replies: 1
    Last Post: 20th March 2011, 08:09
  3. Connect signal from base to slot of sub-sub-object
    By donglebob in forum Qt Programming
    Replies: 15
    Last Post: 30th October 2008, 19:54
  4. Object::connect: Parentheses expected, slot...
    By bnilsson in forum Qt Programming
    Replies: 5
    Last Post: 5th April 2008, 15:02
  5. Replies: 21
    Last Post: 5th January 2008, 15:44

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.