MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / enableAutoupdate

Method enableAutoupdate

src_gui/mainwindow.cpp:859–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859void MainWindow::enableAutoupdate(bool on) {
860 ui->checkBox_autoUpdate->setEnabled(on);
861 ui->label_autoUpdate_lastCalcTime->setEnabled(on);
862 ui->label_autoUpdate_text->setEnabled(on);
863 ui->doubleSpinBox_autoUpdateThreshold->setEnabled(on);
864}
865
866//add single image to queue
867void MainWindow::addImageToQueue(QUrl url) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected