Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ sizeHint
Method
sizeHint
src/frontend/widgets/ResizableTextEdit.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
QSize GrabBar::sizeHint() const {
26
return QSize{20, 10};
27
}
28
29
void GrabBar::paintEvent(QPaintEvent*) {
30
QPainter p(this);
Callers
2
charMenu
Method · 0.45
keyPressEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected