MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / showEvent

Method showEvent

ImagePlay/src/SettingsWindow.cpp:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void SettingsWindow::showEvent(QShowEvent *)
64{
65 // display the current settings
66 ui->txtDefaultImagePath->setText(_mainWindow->defaultImagePath());
67 ui->txtPluginDevPath->setText(_mainWindow->pluginDevPath());
68 ui->txtPluginPath->setText(_mainWindow->pluginPath());
69 ui->chkAutosave->setChecked(_mainWindow->autosaveEnabled());
70 ui->chkOpenCV->setChecked(_mainWindow->useOpenCV());
71 ui->chkLogFile->setChecked(_mainWindow->logFileEnabled());
72
73 updatePluginList();
74}
75
76void SettingsWindow::on_btnReloadPlugins_clicked()
77{

Callers

nothing calls this directly

Calls 6

defaultImagePathMethod · 0.80
pluginDevPathMethod · 0.80
pluginPathMethod · 0.80
autosaveEnabledMethod · 0.80
useOpenCVMethod · 0.80
logFileEnabledMethod · 0.80

Tested by

no test coverage detected