MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / sizeHint

Method sizeHint

src/qt/overviewpage.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 inline QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
103 {
104 return QSize(DECORATION_SIZE, DECORATION_SIZE);
105 }
106
107 int unit;
108 const PlatformStyle *platformStyle;

Callers 3

TransactionViewMethod · 0.80
addEntryMethod · 0.80
AskPassphraseDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected