Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ currentWidget
Method
currentWidget
src/common/widget/variablechooser.cpp:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
QWidget *VariableChooserPrivate::currentWidget() const
274
{
275
return lineEdit ? lineEdit : nullptr;
276
}
277
278
VariableChooser::VariableChooser(QWidget *parent)
279
: DDialog(parent),
Callers
15
reloadBlame
Method · 0.80
showRepoViewMenu
Method · 0.80
reload
Method · 0.80
updateUiFromWatcher
Method · 0.80
showHistoryView
Method · 0.80
showBlameView
Method · 0.80
showDiffView
Method · 0.80
updateWindowTitle
Method · 0.80
eventFilter
Method · 0.80
initTabWidget
Method · 0.80
setProcessFinished
Method · 0.80
slotCloseOutputPane
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected