MCPcopy Create free account
hub / github.com/KDE/labplot / lastWidget

Method lastWidget

src/3rdparty/Qt-Advanced-Docking-System/src/DockSplitter.cpp:100–103  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

98
99//============================================================================
100QWidget* CDockSplitter::lastWidget() const
101{
102 return (count() > 0) ? widget(count() - 1) : nullptr;
103}
104
105//============================================================================
106bool CDockSplitter::isResizingWithContainer() const

Callers 1

moveToContainerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected