Clicking the center is the default behavior if you don't specify a position, so you could just call
Qt Code:
QTest::mouseClick(this->m_button, Qt::LeftButton);To copy to clipboard, switch view to plain text mode
Cheers,
_
Clicking the center is the default behavior if you don't specify a position, so you could just call
Qt Code:
QTest::mouseClick(this->m_button, Qt::LeftButton);To copy to clipboard, switch view to plain text mode
Cheers,
_
NIK-VAJ (18th February 2016)
Bookmarks