QTfrontend/ui/page/pageoptions.cpp
changeset 8384 a6e7a95f3b2e
parent 8382 67e257b98422
child 8386 2aaa2995a32e
equal deleted inserted replaced
8383:b557c73a7593 8384:a6e7a95f3b2e
   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(SLQuality, SIGNAL(valueChanged(int)), this, SLOT(setQuality(int)));
   686     connect(SLQuality, SIGNAL(valueChanged(int)), this, SLOT(setQuality(int)));
   686     connect(CBResolution, SIGNAL(currentIndexChanged(int)), this, SLOT(setResolution(int)));
   687     connect(CBResolution, SIGNAL(currentIndexChanged(int)), this, SLOT(setResolution(int)));
   687     connect(CBFullscreen, SIGNAL(stateChanged(int)), this, SLOT(setFullscreen(int)));
   688     connect(CBFullscreen, SIGNAL(stateChanged(int)), this, SLOT(setFullscreen(int)));
   688     connect(CBStereoMode, SIGNAL(currentIndexChanged(int)), this, SLOT(forceFullscreen(int)));
   689     connect(CBStereoMode, SIGNAL(currentIndexChanged(int)), this, SLOT(forceFullscreen(int)));
   689     connect(editNetNick, SIGNAL(editingFinished()), this, SLOT(trimNetNick()));
   690     connect(editNetNick, SIGNAL(editingFinished()), this, SLOT(trimNetNick()));