Results 1 to 2 of 2

Thread: Problem

  1. #1
    Join Date
    Feb 2008
    Posts
    1

    Default Problem

    I have a keypad where i am takin input as QStrings ,

    Now when the usen enters a number i want

    . For example, to enter 123.45 on a floating point range screen having a range from 000.00 to 999.99:
    Pressing "1" Key: it will show - 000.01
    Pressing "2" Key: it will show - 000.12
    Pressing "3" Key: it will show - 001.23
    Pressing "4" Key: it will show - 012.34
    Pressing "5" Key: it will show - 123.45


    Can ne1 tell how to go about it , i am very new to QT

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Problem

    What did you try already?

Similar Threads

  1. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 11:35
  2. [QMYSQL] connection problem
    By chaos_theory in forum Installation and Deployment
    Replies: 5
    Last Post: 2nd July 2007, 10:52
  3. QTimer problem ... it runs but never triggs
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 13:54
  4. fftw problem
    By lordy in forum General Programming
    Replies: 1
    Last Post: 16th March 2006, 22:36
  5. Replies: 16
    Last Post: 7th March 2006, 16:57

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.