我如何设置QTimer时间间隔以动态更改而无需重新启动应用程序。
我有具有QTimer的线程,我喜欢它能够动态更改其执行间隔,而无需重新启动应用程序:
这是QThread运行方法中的代码:
void myThread::run()
{
QTimer timer1;
connect(&timer1, SIGNAL(timeout()),
this,SLOT(fire(),Qt::DirectConnection));
没有找到相关结果
已邀请:
0 个回复