Results 1 to 6 of 6

Thread: Can I get button Event on QSpinBox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2009
    Posts
    36
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Can I get button Event on QSpinBox

    Hi All,

    I want to use button event instead of value changed Signal.
    Is there any way that I get button event Signal of QSpinBox.

    connect(ui->inputSpinBox, SIGNAL(valueChanged (int)), this, SLOT(SelectDisplay()));

    Can anyone tell me How to Implement Mouse Click event if there is no button event.
    Last edited by sosanjay; 7th January 2010 at 09:04.

Similar Threads

  1. mouseMoveEvent(QMouseEvent* event), event->button()
    By faraslacks in forum Qt Programming
    Replies: 1
    Last Post: 17th December 2008, 05:22
  2. Replies: 6
    Last Post: 22nd September 2008, 11:53
  3. QSpinbox up and down button notification
    By seldeepchan in forum Qt Programming
    Replies: 1
    Last Post: 6th March 2008, 10:28
  4. QSpinBox button size
    By dvmorris in forum Qt Programming
    Replies: 1
    Last Post: 13th August 2007, 08:20
  5. Mouse Over event on button
    By vishal.chauhan in forum Qt Programming
    Replies: 9
    Last Post: 10th January 2007, 05:03

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.