Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ addButtons
Method
addButtons
launcher/ui/widgets/PageContainer.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
void PageContainer::addButtons(QWidget *buttons)
196
{
197
m_layout->addWidget(buttons, 2, 0, 1, 2);
198
}
199
200
void PageContainer::addButtons(QLayout *buttons)
201
{
Callers
4
InstanceWindow
Method · 0.80
PageDialog
Method · 0.80
NewInstanceDialog
Method · 0.80
ModDownloadDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected