MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / showFileDialog

Method showFileDialog

src/plugins/reversedebug/loadcoredialog.cpp:151–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void LoadCoreDialog::showFileDialog()
152{
153 QString dir = DFileDialog::getExistingDirectory(this, tr("Open Directory"),
154 d->traceDir->text(),
155 DFileDialog::ShowDirsOnly
156 | DFileDialog::DontResolveSymlinks);
157
158 if (!dir.isEmpty())
159 d->traceDir->setText(dir);
160}
161
162void LoadCoreDialog::onButtonClicked(const int &index)
163{

Callers

nothing calls this directly

Calls 3

textMethod · 0.45
isEmptyMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected