QTfrontend/pages.cpp
changeset 1129 b74ffca22762
parent 1066 1f1b3686a2b0
child 1148 e44de3416af4
equal deleted inserted replaced
1128:9b3f42bf4eef 1129:b74ffca22762
   316 
   316 
   317 	CBEnableSound = new	QCheckBox(AGGroupBox);
   317 	CBEnableSound = new	QCheckBox(AGGroupBox);
   318 	CBEnableSound->setText(QCheckBox::tr("Enable sound"));
   318 	CBEnableSound->setText(QCheckBox::tr("Enable sound"));
   319 	GBAlayout->addWidget(CBEnableSound);
   319 	GBAlayout->addWidget(CBEnableSound);
   320 
   320 
       
   321 	CBEnableMusic = new	QCheckBox(AGGroupBox);
       
   322 	CBEnableMusic->setText(QCheckBox::tr("Enable music"));
       
   323 	GBAlayout->addWidget(CBEnableMusic);
       
   324 
   321 	CBShowFPS = new QCheckBox(AGGroupBox);
   325 	CBShowFPS = new QCheckBox(AGGroupBox);
   322 	CBShowFPS->setText(QCheckBox::tr("Show FPS"));
   326 	CBShowFPS->setText(QCheckBox::tr("Show FPS"));
   323 	GBAlayout->addWidget(CBShowFPS);
   327 	GBAlayout->addWidget(CBShowFPS);
   324 
   328 
   325 	CBAltDamage = new QCheckBox(AGGroupBox);
   329 	CBAltDamage = new QCheckBox(AGGroupBox);