MCPcopy 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
78void ChatWidget::focusInput()
79{
80 setFocus(Qt::OtherFocusReason);
81 QMetaObject::invokeMethod(rootObject(), "focusInput");
82}
83
84bool ChatWidget::isChatFocused() const
85{

Callers 2

visibilityChangedMethod · 0.80
setFocusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected