Results 1 to 4 of 4

Thread: Some questions for Qt?

  1. #1
    Join Date
    Oct 2009
    Posts
    32
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Question Some questions for Qt?

    I have some questions for qt, hope you can give me some advice. thanks.
    1) Do Qt have a tool for spy the singal? like the Spy++ in VC, like the Snoop in WPF.
    2) Do Qt have some functions for debug? such as assert function? or only use the C++ assert function to implement the function?
    3) Do Qt support the touch feature? If support, which function support the feature? Is it support in Qt 4.5.3 version?

  2. #2
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Some questions for Qt?

    Quote Originally Posted by tszzp View Post
    I have some questions for qt, hope you can give me some advice. thanks.
    1) Do Qt have a tool for spy the singal? like the Spy++ in VC, like the Snoop in WPF.
    Use QSignalSpy
    2) Do Qt have some functions for debug? such as assert function? or only use the C++ assert function to implement the function?
    Use Q_ASSERT.
    3) Do Qt support the touch feature? If support, which function support the feature? Is it support in Qt 4.5.3 version?
    http://qt.nokia.com/doc/4.6/qt-embedded-pointer.html
    Last edited by yogeshgokul; 14th December 2009 at 06:24.

  3. #3
    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: Some questions for Qt?

    Quote Originally Posted by tszzp View Post
    1) Do Qt have a tool for spy the singal? like the Spy++ in VC, like the Snoop in WPF.
    QSignalSpy
    2) Do Qt have some functions for debug? such as assert function? or only use the C++ assert function to implement the function?
    qDebug(), Q_ASSERT, Q_ASSERT_X, Q_CHECK_PTR and a few others.

    3) Do Qt support the touch feature? If support, which function support the feature? Is it support in Qt 4.5.3 version?
    If by "touch" you mean the touchscreen then yes, it's supported. Multi-touch should be supported since 4.6.0 as well.
    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.


  4. #4
    Join Date
    Oct 2009
    Posts
    32
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Some questions for Qt?

    Thank you for your help. Let me explain the 3rd question. My meaning is: How to write the touch program in the touchscreen in windows platform? Where I can find the touch sample?
    I read the url you give me, find it is for embeded linux. Your meaning is: it already support the touch feature in the Qt 4.5.3, but it doesn't support the multi-touch feature in Qt 4.5.3, the multi-touch feature is only supported in Qt 4.6. Is my understanding correct? thanks.

Similar Threads

  1. Qt questions on StackOverflow.com
    By piotr.dobrogost in forum General Discussion
    Replies: 0
    Last Post: 29th May 2009, 11:56
  2. Who gets questions answered and who doesn't?
    By gjshannon in forum General Discussion
    Replies: 15
    Last Post: 19th March 2009, 21:02
  3. Memory management questions (im new to Qt)
    By scarvenger in forum Qt Programming
    Replies: 2
    Last Post: 6th May 2007, 07:41
  4. 2 Questions about layouts
    By SkripT in forum Qt Programming
    Replies: 1
    Last Post: 26th February 2006, 13:54
  5. Qt related questions and thoughts about getting job
    By AlexKiriukha in forum General Discussion
    Replies: 4
    Last Post: 26th January 2006, 12:25

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.