MCPcopy Create free account
hub / github.com/KDE/kdevelop / tabRect

Method tabRect

kdevplatform/sublime/container.cpp:834–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834QRect Container::tabRect(int tab) const
835{
836 Q_D(const Container);
837
838 return d->tabBar->tabRect(tab).translated(d->tabBar->mapToGlobal(QPoint(0, 0)));
839}
840
841void Container::doubleClickTriggered(int tab)
842{

Callers 1

tabToolTipRequestedMethod · 0.80

Calls 1

QPointClass · 0.50

Tested by

no test coverage detected