mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2023-11-06 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDTrackerWidget::isActive()' method. * Added a 'RDTrackerWidget::activeChanged()' signal. * Fixed a bug in rdairplay(1) that caused a segfault when attempting to unload a log from the voice tracker while the tracker was active. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -31,6 +31,8 @@ VoiceTracker::VoiceTracker(QWidget *parent)
|
||||
d_load_button=new QPushButton(tr("Load\nLog"),this);
|
||||
d_load_button->setFont(bigButtonFont());
|
||||
connect(d_load_button,SIGNAL(clicked()),this,SLOT(loadData()));
|
||||
connect(d_tracker_widget,SIGNAL(activeChanged(bool)),
|
||||
d_load_button,SLOT(setDisabled(bool)));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user