Results 1 to 4 of 4

Thread: How to make QTimeEdit Box readable only

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: How to make QTimeEdit Box readable only

    Quote Originally Posted by sunil.thaha
    use
    timeEdit->setEnabled( false );
    That would prevent any user interaction with the time edit (eg. copying the time..)

    This is just a guess, but maybe you could try disabling the input methods:
    void setInputMethodEnabled ( bool b )

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

    sunil.thaha (6th March 2006)

  3. #2
    Join Date
    Mar 2006
    Posts
    20
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: How to make QTimeEdit Box readable only

    Thanks a lot.

    Thanks & Regards
    Krishna

Similar Threads

  1. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 10:43
  2. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05: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.