Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个QwtPlot小部件,当用户用鼠标右键单击它时,它会显示带有一些QAction 的 QMenu :
现在,我需要实现一个自动化功能来测试它。
如何从 QwtPlot 小部件访问 QMenu 和 QActions?
我已经尝试过命令:
QTest::mouseClick(myQwtPlot, Qt::RightButton, Qt::NoModifier, QPoint(), 30);
但是QMenu没有出现。
Qt 版本 5.3.2