MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / setButtonVisible

Method setButtonVisible

src/widgets/WizTipsWidget.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void WizTipsWidget::setButtonVisible(bool visible)
112{
113 m_btnOK->setVisible(visible);
114}
115
116bool WizTipsWidget::bindTargetWidget(QWidget* targetWidget, int nXOff, int nYOff)
117{

Callers 4

showTipsWidgetMethod · 0.80
showCoachingTipsMethod · 0.80
showCoachingTipsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected