MCPcopy Create free account
hub / github.com/Quill-OS/quill / wordwidget_hide

Method wordwidget_hide

src/reader/reader.cpp:1451–1458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451void 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
1460void reader::on_infoCloseBtn_clicked()
1461{

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected