Skip to content

Add qtbot.wait() #107

@rossant

Description

@rossant

Would it be possible to add a simple qtbot.wait() method to wait for X milliseconds? For example, the following seems to work currently:

def wait(x):
    from pytestqt.qt_compat import QtTest
    QtTest.QTest.qWait(x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions