! \internal Returns a size hint that is the same as \ref minimumSizeHint. */
| 14706 | |
| 14707 | */ |
| 14708 | QSize QCustomPlot::sizeHint() const |
| 14709 | { |
| 14710 | return mPlotLayout->minimumOuterSizeHint(); |
| 14711 | } |
| 14712 | |
| 14713 | /*! \internal |
| 14714 |
no test coverage detected