Results 1 to 3 of 3

Thread: Checkboxes: check and uncheck

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Dec 2007
    Location
    Austin, TX
    Posts
    43
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    12

    Default Re: Checkboxes: check and uncheck

    (old post, but I have a quicker/cleaner solution)

    Qt Code:
    1. connect(login, SIGNAL(toggled(bool)), loginLine, SLOT(setVisible(bool)));
    To copy to clipboard, switch view to plain text mode 

    (and in fact, it can be done in designer (if you're using it), in the signals/slots window)

    Vycke
    Last edited by jpn; 6th June 2008 at 10:29. Reason: missing [code] tags

Similar Threads

  1. Check and Uncheck on a Dir Tree?
    By vishal.chauhan in forum Qt Programming
    Replies: 2
    Last Post: 3rd July 2007, 11:55

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.