Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ onNumberBtnClicked
Method
onNumberBtnClicked
src/plugins/chat/widgets/pagecontrolcomponent.cpp:70–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void PageControlComponent::onNumberBtnClicked()
71
{
72
auto btn = qobject_cast<DPushButton*>(sender());
73
if (!btn)
74
return;
75
76
setCurrentPage(btn->text().toInt() - 1);
77
}
78
79
void PageControlComponent::initUI()
80
{
Callers
nothing calls this directly
Calls
1
text
Method · 0.45
Tested by
no test coverage detected