Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ LineNumbers
Method
LineNumbers
MiniZincIDE/codeeditor.h:127–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
{
126
public:
127
LineNumbers(CodeEditor *e) : QWidget(e), codeEditor(e) {}
128
129
QSize sizeHint() const {
130
return QSize(codeEditor->lineNumbersWidth(), 0);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected