2019-10-04 Fred Gleason <fredg@paravelsystems.com>

* Refactored rdlogedit(1) to use the 'RDDialog' and 'RDWidget'
	base classes.
This commit is contained in:
Fred Gleason
2019-10-04 16:30:27 -04:00
parent a1067367fd
commit 36b8e0020e
34 changed files with 876 additions and 2228 deletions

View File

@@ -319,7 +319,7 @@ RecordCut::RecordCut(RDCart *cart,QString cut,bool use_weight,QWidget *parent)
rec_timer=new QTimer(this);
connect(rec_timer,SIGNAL(timeout()),this,SLOT(recTimerData()));
rec_timer_label=new QLabel(this);
rec_timer_label->setFont(bigButtonFont());
rec_timer_label->setFont(timerFont());
rec_timer_label->setAlignment(Qt::AlignLeft|Qt::AlignVCenter);
rec_timer_label->setText(RDGetTimeLength(rec_length,true));