Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ sizeHint
Method
sizeHint
gui/qt/basiccodeviewerwindow.h:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
QSize sizeHint() const Q_DECL_OVERRIDE {
90
return QSize(basicEditor->lineNumberAreaWidth(), 0);
91
}
92
93
protected:
94
void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE {
Callers
nothing calls this directly
Calls
2
lineNumberAreaWidth
Method · 0.80
QSize
Class · 0.70
Tested by
no test coverage detected