QTfrontend/hwform.cpp
changeset 144 e6084b0c9316
parent 140 50ccde437ea1
child 151 9eb5a4cee35e
equal deleted inserted replaced
143:3dacbd83209b 144:e6084b0c9316
   151 }
   151 }
   152 
   152 
   153 void HWForm::NewTeam()
   153 void HWForm::NewTeam()
   154 {
   154 {
   155 	tmpTeam = new HWTeam("unnamed");
   155 	tmpTeam = new HWTeam("unnamed");
   156 
   156 	tmpTeam->SetToPage(this);
   157 	ui.Pages->setCurrentIndex(ID_PAGE_SETUP_TEAM);
   157 	ui.Pages->setCurrentIndex(ID_PAGE_SETUP_TEAM);
   158 }
   158 }
   159 
   159 
   160 void HWForm::EditTeam()
   160 void HWForm::EditTeam()
   161 {
   161 {