MCPcopy 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
25QSize GrabBar::sizeHint() const {
26 return QSize{20, 10};
27}
28
29void GrabBar::paintEvent(QPaintEvent*) {
30 QPainter p(this);

Callers 2

charMenuMethod · 0.45
keyPressEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected