CThread::run{t1.start(10);connect(&t1,SIGNAL(timeout()),this,SLOT(func1()));t2.start(1000);connect(&t2,SIGNAL(timeout()),this,SLOT(func2()));}