| 1449 | } |
| 1450 | |
| 1451 | void reader::wordwidget_hide() { |
| 1452 | log("Hiding word widget", className); |
| 1453 | ui->wordWidget->setVisible(false); |
| 1454 | ui->optionsBtn->setStyleSheet("background: white; color: black"); |
| 1455 | ui->optionsBtn->show(); |
| 1456 | ui->line->show(); |
| 1457 | wordwidgetLock = false; |
| 1458 | } |
| 1459 | |
| 1460 | void reader::on_infoCloseBtn_clicked() |
| 1461 | { |