MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / setupBIOSPage

Method setupBIOSPage

pcsx2-qt/SetupWizardDialog.cpp:218–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void SetupWizardDialog::setupBIOSPage()
219{
220 SettingWidgetBinder::BindWidgetToFolderSetting(nullptr, m_ui.biosSearchDirectory, m_ui.browseBiosSearchDirectory,
221 m_ui.openBiosSearchDirectory, m_ui.resetBiosSearchDirectory, "Folders", "Bios",
222 Path::Combine(EmuFolders::DataRoot, "bios"));
223
224 refreshBiosList();
225
226 connect(m_ui.biosSearchDirectory, &QLineEdit::textChanged, this, &SetupWizardDialog::refreshBiosList);
227 connect(m_ui.refreshBiosList, &QPushButton::clicked, this, &SetupWizardDialog::refreshBiosList);
228 connect(m_ui.biosList, &QTreeWidget::currentItemChanged, this, &SetupWizardDialog::biosListItemChanged);
229}
230
231void SetupWizardDialog::refreshBiosList()
232{

Callers

nothing calls this directly

Calls 2

CombineFunction · 0.85

Tested by

no test coverage detected