Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ setCurrentDirectory
Method
setCurrentDirectory
src/interface/FileSelectionWidget.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void FileSelectionWidget::setCurrentDirectory(const QDir &path)
34
{
35
ui->path->setText(path.path());
36
enumerateFiles();
37
}
38
39
QDir FileSelectionWidget::currentDirectory() const
40
{
Callers
4
MainWindow
Method · 0.80
determineVdcSelection
Method · 0.80
determineIrsSelection
Method · 0.80
LiveprogSelectionWidget
Method · 0.80
Calls
2
setText
Method · 0.45
path
Method · 0.45
Tested by
no test coverage detected