Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ minimumSize
Method
minimumSize
kdevplatform/sublime/viewbarcontainer.cpp:29–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
QSize minimumSize() const override
30
{
31
if (currentWidget()) {
32
return currentWidget()->minimumSize();
33
}
34
return QStackedLayout::minimumSize();
35
}
36
};
37
38
}
Callers
1
showToolTipForMark
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected