Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/analogdevicesinc/scopy
/ getTutorialButton
Method
getTutorialButton
gui/src/widgets/toolbuttons.cpp:145–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
QPushButton *InfoBtn::getTutorialButton()
146
{
147
if(m_hasTutorial) {
148
return m_popupWidget->getExitBtn();
149
}
150
151
return nullptr;
152
}
153
154
QPushButton *InfoBtn::getDocumentationButton()
155
{
Callers
6
DacInstrument
Method · 0.80
RegisterMapTool
Method · 0.80
DatamonitorTool
Method · 0.80
Max14906
Method · 0.80
setupToolTemplate
Method · 0.80
Faults
Method · 0.80
Calls
1
getExitBtn
Method · 0.80
Tested by
no test coverage detected