! \internal Returns a size hint that is the same as \ref minimumSizeHint. */
| 15457 | |
| 15458 | */ |
| 15459 | QSize QCustomPlot::sizeHint() const |
| 15460 | { |
| 15461 | return mPlotLayout->minimumOuterSizeHint(); |
| 15462 | } |
| 15463 | |
| 15464 | /*! \internal |
| 15465 |
no test coverage detected