Home
last modified time | relevance | path

Searched refs:name_s (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/highgui/src/
Dwindow_QT.cpp2519 QString name_s = centralWidget->windowTitle() + "_screenshot_" + date_s; in saveView() local
2521 …QString fileName = QFileDialog::getSaveFileName(this, tr("Save File %1").arg(name_s), name_s + ".p… in saveView()