Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ sizeHint
Method
sizeHint
Modules/Chart/src/QmitkChartWidget.cpp:675–678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
673
}
674
675
QSize QmitkChartWidget::Impl::sizeHint() const
676
{
677
return QSize(400, 300);
678
}
679
680
void QmitkChartWidget::Impl::CallJavaScriptFuntion(const QString &command)
681
{
Callers
6
CreateWidgets
Method · 0.45
InitializeUI
Method · 0.45
PreviewRect
Method · 0.45
heightForWidth
Method · 0.45
resizeEvent
Method · 0.45
CreateQtPartControl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected