680 connect(checkRecordAudio, SIGNAL(stateChanged(int)), this, SLOT(changeRecordAudio(int))); |
680 connect(checkRecordAudio, SIGNAL(stateChanged(int)), this, SLOT(changeRecordAudio(int))); |
681 connect(comboAVFormats, SIGNAL(currentIndexChanged(int)), this, SLOT(changeAVFormat(int))); |
681 connect(comboAVFormats, SIGNAL(currentIndexChanged(int)), this, SLOT(changeAVFormat(int))); |
682 connect(btnDefaults, SIGNAL(clicked()), this, SLOT(setDefaultOptions())); |
682 connect(btnDefaults, SIGNAL(clicked()), this, SLOT(setDefaultOptions())); |
683 #endif |
683 #endif |
684 |
684 |
685 connect(this, SIGNAL(pageEnter()), this, SLOT(setTeamOptionsEnabled())); |
685 //connect(this, SIGNAL(pageEnter()), this, SLOT(setTeamOptionsEnabled())); |
686 connect(SLQuality, SIGNAL(valueChanged(int)), this, SLOT(setQuality(int))); |
686 connect(SLQuality, SIGNAL(valueChanged(int)), this, SLOT(setQuality(int))); |
687 connect(CBResolution, SIGNAL(currentIndexChanged(int)), this, SLOT(setResolution(int))); |
687 connect(CBResolution, SIGNAL(currentIndexChanged(int)), this, SLOT(setResolution(int))); |
688 connect(CBFullscreen, SIGNAL(stateChanged(int)), this, SLOT(setFullscreen(int))); |
688 connect(CBFullscreen, SIGNAL(stateChanged(int)), this, SLOT(setFullscreen(int))); |
689 connect(CBStereoMode, SIGNAL(currentIndexChanged(int)), this, SLOT(forceFullscreen(int))); |
689 connect(CBStereoMode, SIGNAL(currentIndexChanged(int)), this, SLOT(forceFullscreen(int))); |
690 connect(editNetNick, SIGNAL(editingFinished()), this, SLOT(trimNetNick())); |
690 connect(editNetNick, SIGNAL(editingFinished()), this, SLOT(trimNetNick())); |