Results 1 to 3 of 3

Thread: input raw data

  1. #1
    Join Date
    May 2011
    Posts
    5
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default input raw data

    Hi,

    please, can someone suggest me what Qt class implementations should I research to learn how get touched raw input data?
    My intention is to paint all touched pixels on device screen. I've spent a lot of time in investigating this problem and didn't find solution. Is there any good literature, open source code which i can study to learn how do this?

    Thank you for the answers

    Marina

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

    Default Re: input raw data

    If you really want raw data then this is platform dependent and it's best to dig into the native API. If, on the other hand, you are just interested in access to touch data (not raw) then simply intercept all QTouchEvent objects in your app, for example by applying an event filter on the application object.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2011
    Posts
    5
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: input raw data

    Quote Originally Posted by wysota View Post
    If you really want raw data then this is platform dependent and it's best to dig into the native API. If, on the other hand, you are just interested in access to touch data (not raw) then simply intercept all QTouchEvent objects in your app, for example by applying an event filter on the application object.
    Thank you very much! I will dig into native API

Similar Threads

  1. Replies: 2
    Last Post: 29th April 2011, 08:50
  2. Raw Input in QT4
    By been_1990 in forum Qt Programming
    Replies: 5
    Last Post: 13th September 2010, 18:54
  3. Corrupt JPEG data: premature end of data segment
    By node_ex in forum Qt Programming
    Replies: 1
    Last Post: 19th August 2008, 08:57
  4. problem with reading input data in qt
    By Ahmad in forum Qt Programming
    Replies: 3
    Last Post: 9th April 2007, 10:58
  5. Transferring data input from a Widget to a cpp file
    By Ahmad in forum Qt Programming
    Replies: 1
    Last Post: 10th March 2007, 09:59

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.