Results 1 to 3 of 3

Thread: how to open a keyboard...?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2006
    Posts
    123
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default how to open a keyboard...?

    hi...

    can anyone say me how to use the function QWSServer::openKeyboard();
    .i used it in a function as follows:

    Qt Code:
    1. void keyclass::keyboardopen()
    2. {
    3. QWSServer::openKeyboard();
    4. }
    To copy to clipboard, switch view to plain text mode 
    .

    it showed me th following error:
    "error: cannot call member function ‘void QWSServer::openKeyboard()’ without object".
    is this the right way to use it...?else how to use this...?


    (hey i did not put the smilies in-between,the notation for "colon and o" is that.dont mistake me..)
    thanks in advance...
    Last edited by wysota; 20th December 2006 at 10:08. Reason: missing [code] tags

Similar Threads

  1. Replies: 3
    Last Post: 7th October 2015, 19:43
  2. Replies: 3
    Last Post: 25th August 2010, 12:39
  3. Replies: 2
    Last Post: 24th July 2006, 18:36
  4. Cannot open keyboard: Permission denied
    By jpn in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 19th June 2006, 21:57
  5. Replies: 11
    Last Post: 24th March 2006, 06:40

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.