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

Method setFilterFocus

ImagePlay/src/MainWindow.cpp:597–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597void MainWindow::setFilterFocus()
598{
599 ui->txtFilter->setFocus();
600 ui->txtFilter->setSelection(0, ui->txtFilter->text().length());
601}
602
603QString MainWindow::processIconPath(QString processID)
604{

Callers 1

keyPressEventMethod · 0.80

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected