mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
more statfiles
This commit is contained in:
parent
cdc2bd2ea4
commit
3b91e87fe8
1 changed files with 2 additions and 1 deletions
|
@ -76,10 +76,11 @@ void MainWindow::setStatus( STATUS status ) {
|
||||||
ui->recStats->hide();
|
ui->recStats->hide();
|
||||||
break;
|
break;
|
||||||
case CONNECTED:
|
case CONNECTED:
|
||||||
|
enableRecOptions();
|
||||||
ui->statusLabel->setText( "Connected." );
|
ui->statusLabel->setText( "Connected." );
|
||||||
ui->startButton->setText( "Start" );
|
ui->startButton->setText( "Start" );
|
||||||
ui->recStats->hide();
|
ui->recStats->hide();
|
||||||
enableRecOptions();
|
qDebug("Connected....");
|
||||||
break;
|
break;
|
||||||
case RECORDING:
|
case RECORDING:
|
||||||
ui->statusLabel->setText( "Recording!" );
|
ui->statusLabel->setText( "Recording!" );
|
||||||
|
|
Loading…
Add table
Reference in a new issue