Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
597
void MainWindow::setFilterFocus()
598
{
599
ui->txtFilter->setFocus();
600
ui->txtFilter->setSelection(0, ui->txtFilter->text().length());
601
}
602
603
QString MainWindow::processIconPath(QString processID)
604
{
Callers
1
keyPressEvent
Method · 0.80
Calls
1
length
Method · 0.80
Tested by
no test coverage detected