Results 1 to 8 of 8

Thread: How to connect the ARROWS from QDoubleSpinBox to display the next ARRAYINDEX?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to connect the ARROWS from QDoubleSpinBox to display the next ARRAYINDEX?

    You will have to look in to the QDoubleSpinBox class code and see if the member is private or protected.
    If it is only protected you can subclass and access it in your subclass.
    If it is private, bad luck.
    You can copy the code and re implement your own QDoubleSpinBox.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

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

    Astronomy (15th January 2010)

Similar Threads

  1. how to customize arrows of QScrollBar ??
    By kunalnandi in forum Qt Programming
    Replies: 0
    Last Post: 24th March 2009, 05:05
  2. Docking Arrows
    By asriniva in forum Qt Programming
    Replies: 1
    Last Post: 24th March 2009, 00:08
  3. auto-repeating arrows
    By skrzypu in forum Qt Programming
    Replies: 0
    Last Post: 15th October 2008, 09:32
  4. stackedWidget with arrows
    By Zergi in forum Newbie
    Replies: 2
    Last Post: 16th July 2008, 10:20
  5. keyboard left and right arrows in qt 3.3.5
    By rajaraob in forum Qt Programming
    Replies: 5
    Last Post: 22nd February 2007, 11: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.