MCPcopy Create free account
hub / github.com/LUX-Core/lux / sizeHint

Method sizeHint

src/qt/qcustomplot.cpp:14708–14711  ·  view source on GitHub ↗

! \internal Returns a size hint that is the same as \ref minimumSizeHint. */

Source from the content-addressed store, hash-verified

14706
14707*/
14708QSize QCustomPlot::sizeHint() const
14709{
14710 return mPlotLayout->minimumOuterSizeHint();
14711}
14712
14713/*! \internal
14714

Callers 6

TransactionViewMethod · 0.45
TokenTransactionViewMethod · 0.45
addEntryMethod · 0.45
setParamsDataMethod · 0.45
updateCallResultMethod · 0.45
AskPassphraseDialogMethod · 0.45

Calls 1

minimumOuterSizeHintMethod · 0.80

Tested by

no test coverage detected