QTfrontend/hwform.cpp
changeset 9249 7b8c82785145
parent 9235 1c1580c37876
child 9272 6fa30e491b37
child 9306 c9978ada9a3d
equal deleted inserted replaced
9247:68bbe56badcc 9249:7b8c82785145
  2007                    + " --locale " + config->language() + ".txt"
  2007                    + " --locale " + config->language() + ".txt"
  2008                    + (config->vid_Fullscreen() ? " --fullscreen" : "")
  2008                    + (config->vid_Fullscreen() ? " --fullscreen" : "")
  2009                    + (config->isShowFPSEnabled() ? " --showfps" : "")
  2009                    + (config->isShowFPSEnabled() ? " --showfps" : "")
  2010                    + (config->isAltDamageEnabled() ? " --altdmg" : "")
  2010                    + (config->isAltDamageEnabled() ? " --altdmg" : "")
  2011                    + " --frame-interval " + QString::number(config->timerInterval())
  2011                    + " --frame-interval " + QString::number(config->timerInterval())
  2012                    + " --raw-quality " + QString::number(config->translateQuality()));
  2012                    + " --raw-quality " + QString::number(config->translateQuality()))
       
  2013                    + (!config->Form->ui.pageOptions->CBTeamTag->isChecked() ? " --no-teamtag" : "")
       
  2014                    + (!config->Form->ui.pageOptions->CBHogTag->isChecked() ? " --no-hogtag" : "")
       
  2015                    + (!config->Form->ui.pageOptions->CBHealthTag->isChecked() ? " --no-healthtag" : "")
       
  2016                    + (config->Form->ui.pageOptions->CBTagOpacity->isChecked() ? " --translucent-tags" : "");
  2013 }
  2017 }
  2014 
  2018 
  2015 void HWForm::AssociateFiles()
  2019 void HWForm::AssociateFiles()
  2016 {
  2020 {
  2017     bool success = true;
  2021     bool success = true;