MCPcopy 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
675QSize QmitkChartWidget::Impl::sizeHint() const
676{
677 return QSize(400, 300);
678}
679
680void QmitkChartWidget::Impl::CallJavaScriptFuntion(const QString &command)
681{

Callers 6

CreateWidgetsMethod · 0.45
InitializeUIMethod · 0.45
PreviewRectMethod · 0.45
heightForWidthMethod · 0.45
resizeEventMethod · 0.45
CreateQtPartControlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected