00001 /**************************************************************************** 00002 ** ui.h extension file, included from the uic-generated form implementation. 00003 ** 00004 ** If you wish to add, delete or rename functions or slots use 00005 ** Qt Designer which will update this file, preserving your code. Create an 00006 ** init() function in place of a constructor, and a destroy() function in 00007 ** place of a destructor. 00008 *****************************************************************************/ 00009 00010 void AccessibilityConfigWidget::updateFlashScreenColor(){ 00011 flashScreenColor->setEnabled(flashScreen->isChecked()); 00012 } 00013 00014 00015 void AccessibilityConfigWidget::configChanged() 00016 { 00017 00018 } 00019 00020 00021 00022
1.6.1