Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QTest - How to i using it on UI objects??

    General and Desktop
    3
    3
    4806
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tchoninho last edited by

      Hello,

      I have a object inherits from QDockWidget in there is others Qt's objects (QComboBox, QTreeWidget,...) . For to test, the others objects of my system, I have used the CppUnit. So, how to I using the QTest for my user-interface objects??

      Thanks,

      Tchoninho.

      Computer Scientist
      Belo Horizonte - Brasil
      C++ Development
      Qt Development

      1 Reply Last reply Reply Quote 0
      • A
        anselmolsm last edited by

        Hi tchoninho,
        In "this part of the docs":http://doc.qt.nokia.com/4.7/qtestlib-manual.html you'll find the description of how to use QTest. Also, as a reference, you can check how Qt widgets are tested in the directory QT_SOURCE/tests/auto/

        Anselmo L. S. Melo (anselmolsm)

        1 Reply Last reply Reply Quote 0
        • E
          erapid last edited by

          "Two cents from KDE":http://techbase.kde.org/Development/Tutorials/Unittests

          1 Reply Last reply Reply Quote 0
          • First post
            Last post