Results 1 to 2 of 2

Thread: Qt counting error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2011
    Location
    Finland
    Posts
    164
    Thanks
    1
    Thanked 26 Times in 26 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Re: Qt counting error

    Does this help?

    Qt Code:
    1. connect(this->ui->pb_inc, SIGNAL(clicked()), this, SLOT(inc()),Qt::UniqueConnection);
    2. connect(this->ui->pb_dec, SIGNAL(clicked()), this, SLOT(dec()),Qt::UniqueConnection);
    To copy to clipboard, switch view to plain text mode 
    Don't write a post just to thank someone, use "Thanks" button.

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

    premroxx (9th September 2011)

Similar Threads

  1. : error: [\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\udeb\V ideo.exe] Error 1
    By ranjit.kadam in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 1st May 2011, 22:11
  2. Counting and looping properties
    By stefan in forum Qt Programming
    Replies: 2
    Last Post: 25th January 2011, 13:38
  3. counting controls in a form with its childs ?
    By hcetiner in forum Qt Programming
    Replies: 1
    Last Post: 6th April 2010, 19:14
  4. Counting flags in a bit mask
    By Lykurg in forum General Programming
    Replies: 1
    Last Post: 24th July 2009, 10:53
  5. [QT4] Counting files in a directory (Linux)
    By ucntcme in forum Qt Programming
    Replies: 2
    Last Post: 24th July 2007, 22:59

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.