示例#1
0
void CAddTimer::OnStartTimeChange(NMHDR* pNMHDR, LRESULT* pResult) 
{
	// TODO: Add your control notification handler code here
	UpdateDuration();
	
	*pResult = 0;
}
示例#2
0
void MusicPlayer::PositionChanged(qint64 time)
{
    ui->LengthSlider->setValue(time);
    UpdateDuration(time/1000);
}
示例#3
0
void CAddTimer::OnSelchangeChannellist() 
{
	// TODO: Add your control notification handler code here
	UpdateDuration();
	
}