MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setIsTransparent

Method setIsTransparent

ElaWidgetTools/ElaListView.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ElaListView::setIsTransparent(bool isTransparent)
49{
50 Q_D(ElaListView);
51 d->_listViewStyle->setIsTransparent(isTransparent);
52 update();
53}
54
55bool ElaListView::getIsTransparent() const
56{

Callers 9

T_LogWidgetMethod · 0.45
T_CardMethod · 0.45
T_BaseComponentsMethod · 0.45
T_IconMethod · 0.45
T_PopupMethod · 0.45
createCustomWidgetMethod · 0.45
ElaWindowMethod · 0.45
ElaColorDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected