Results 1 to 3 of 3

Thread: Qt/Embedded the mouse can't be used!

  1. #1

    Default Re: Qt/Embedded the mouse can't be used!

    Hi everyone.
    My qt application can run on the S3C2440 ,but the mouse can't be used.
    When I set QWS_MOUSE_PROTO = ,the mouse can be used ,but Badly shake the mouse.
    When I set QWS_MOUSE_PROTO="USB:/dev/mouse1"",the mouse can't be used.And the Phenomenon is that In the center of the screen only shows a green mouse before the application running.

    What the reason for my qt/embedded ,and what should i do to solve it.

    I used the following config when building:
    ***************** -qt-mouse-pc *********


    >there any doc that can help me to do it.
    > thanks.

    My english is so bad, I hope you can understand what i mean.
    Thanks

  2. #2
    Join Date
    Nov 2010
    Posts
    16
    Thanked 1 Time in 1 Post

    Default Re: Qt/Embedded the mouse can't be used!

    Quote Originally Posted by xiehuiandhua View Post
    When I set QWS_MOUSE_PROTO="USB:/dev/mouse1"",the mouse can't be used.
    http://doc.qt.nokia.com/4.7/qt-embedded-pointer.html

    http://doc.qt.nokia.com/4.7/qt-embed...ws-mouse-proto
    Quote Originally Posted by qt-docs
    The valid values for the <driver> argument are MouseMan, IntelliMouse, Microsoft, VR41xx, LinuxTP, Yopy. Tslib and keys identifying custom drivers, and the driver specific options are typically a device, e.g., /dev/mouse for mouse devices and /dev/ts for touch panels.
    The value 'USB' isn't either MouseMan, IntelliMouse, or Microsoft. I think that anyone of these will probably work. The scroll wheel may only work with one of them.

    Quote Originally Posted by xiehuiandhua View Post
    My english is so bad, I hope you can understand what i mean.
    Maybe these help,
    http://www.qtcentre.org/local_links.php?catid=3

    I think I understood your problem though.

  3. #3
    Join Date
    Mar 2011
    Posts
    12
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Qt/Embedded the mouse can't be used!

    I think by default mouse will be there you don't need to provide "-qt-mouse-pc".

Similar Threads

  1. Replies: 1
    Last Post: 30th October 2009, 08:52
  2. Mouse misalignment using QT/Embedded and directfb
    By ewindes in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 21st October 2009, 18:37
  3. Mouse on QT Embedded 4.5.1
    By dmt0 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 20th May 2009, 18:33
  4. QT embedded and HID mouse, can i?
    By webquinty in forum Qt for Embedded and Mobile
    Replies: 6
    Last Post: 5th September 2008, 15:37
  5. Multiple apps using Qt/Embedded+Qtopia on Embedded Linux
    By drahardja in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 17th February 2008, 21:46

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.