Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Palm1r/QodeAssist
/ focusInput
Method
focusInput
ChatView/ChatWidget.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void ChatWidget::focusInput()
79
{
80
setFocus(Qt::OtherFocusReason);
81
QMetaObject::invokeMethod(rootObject(),
"focusInput"
);
82
}
83
84
bool ChatWidget::isChatFocused() const
85
{
Callers
2
visibilityChanged
Method · 0.80
setFocus
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected