Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ paintEvent
Method
paintEvent
MiniZincIDE/codeeditor.h:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
protected:
134
void paintEvent(QPaintEvent *event) {
135
codeEditor->paintLineNumbers(event);
136
}
137
138
private:
139
CodeEditor *codeEditor;
Callers
nothing calls this directly
Calls
1
paintLineNumbers
Method · 0.80
Tested by
no test coverage detected