Home | History | Annotate | Download | only in QtTestBrowser

Lines Matching refs:toggleAutoLoadImages

393     QAction* toggleAutoLoadImages = settingsMenu->addAction("Disable Auto Load Images", this, SLOT(toggleAutoLoadImages(bool)));
394 toggleAutoLoadImages->setCheckable(true);
395 toggleAutoLoadImages->setChecked(false);
797 void LauncherWindow::toggleAutoLoadImages(bool enable)