Esempio n. 1
0
//! @brief Displays the lobby configuration.
void MainWindow::ShowConfigure(const unsigned int page)
{
	OptionsDialog* opts = new OptionsDialog(this);
	//possibly out of bounds is captured by m_opts_tab itslef
	opts->SetSelection(page);
	opts->Show();
}