MCPcopy 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
93protected:
94 void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE {

Callers

nothing calls this directly

Calls 2

lineNumberAreaWidthMethod · 0.80
QSizeClass · 0.70

Tested by

no test coverage detected