set a start time
Definition at line 87 of file aistatusbar.cpp.
00088 { 00089 this->m_progressbar->setValue(0); 00090 this->m_endAt->setText(""); 00091 this->m_startAt->setText( QTime::currentTime().toString() ); 00092 }