66 bool ffscr=value("frontend/fullscreen", false).toBool(); |
66 bool ffscr=value("frontend/fullscreen", false).toBool(); |
67 Form->ui.pageOptions->CBFrontendFullscreen->setChecked(ffscr); |
67 Form->ui.pageOptions->CBFrontendFullscreen->setChecked(ffscr); |
68 |
68 |
69 Form->ui.pageOptions->SLQuality->setValue(value("video/quality", 5).toUInt()); |
69 Form->ui.pageOptions->SLQuality->setValue(value("video/quality", 5).toUInt()); |
70 Form->ui.pageOptions->CBStereoMode->setCurrentIndex(value("video/stereo", 0).toUInt()); |
70 Form->ui.pageOptions->CBStereoMode->setCurrentIndex(value("video/stereo", 0).toUInt()); |
71 Form->ui.pageOptions->CBFrontendEffects->setChecked(frontendEffects); |
71 Form->ui.pageOptions->CBEnableFrontendSound->setChecked(value("frontend/effects", true).toBool()); |
72 Form->ui.pageOptions->CBEnableSound->setChecked(value("audio/sound", true).toBool()); |
72 Form->ui.pageOptions->CBEnableSound->setChecked(value("audio/sound", true).toBool()); |
73 Form->ui.pageOptions->CBEnableFrontendSound->setChecked(value("frontend/sound", true).toBool()); |
73 Form->ui.pageOptions->CBEnableFrontendSound->setChecked(value("frontend/sound", true).toBool()); |
74 Form->ui.pageOptions->CBEnableMusic->setChecked(value("audio/music", true).toBool()); |
74 Form->ui.pageOptions->CBEnableMusic->setChecked(value("audio/music", true).toBool()); |
75 Form->ui.pageOptions->CBEnableFrontendMusic->setChecked(value("frontend/music", true).toBool()); |
75 Form->ui.pageOptions->CBEnableFrontendMusic->setChecked(value("frontend/music", true).toBool()); |
76 Form->ui.pageOptions->volumeBox->setValue(value("audio/volume", 100).toUInt()); |
76 Form->ui.pageOptions->volumeBox->setValue(value("audio/volume", 100).toUInt()); |