camerauis/cameraxui/cxui/src/cxuiscenemodeview.cpp
changeset 56 01e205c615b9
parent 48 42ba2d16bf40
child 60 a289dde0a1d6
equal deleted inserted replaced
48:42ba2d16bf40 56:01e205c615b9
   122     //Assuming that the automatic scene mode is always the default one
   122     //Assuming that the automatic scene mode is always the default one
   123     CX_DEBUG(("CxuiSceneModeView::loadDefaultWidgets -> Now setting default image"));
   123     CX_DEBUG(("CxuiSceneModeView::loadDefaultWidgets -> Now setting default image"));
   124     HbIcon background(CXUI_SCENES_AUTOMATIC_IMAGE);
   124     HbIcon background(CXUI_SCENES_AUTOMATIC_IMAGE);
   125     background.setMirroringMode(HbIcon::LayoutDirection);
   125     background.setMirroringMode(HbIcon::LayoutDirection);
   126     mScenesBackground->setIcon(background);
   126     mScenesBackground->setIcon(background);
       
   127     mScenesBackground2->setIcon(background);
   127 
   128 
   128     widget = mDocumentLoader->findWidget(SCENE_MODE_VIEW_RADIOBUTTONS);
   129     widget = mDocumentLoader->findWidget(SCENE_MODE_VIEW_RADIOBUTTONS);
   129     mScenesList = qobject_cast<CxuiSettingRadioButtonList *> (widget);
   130     mScenesList = qobject_cast<CxuiSettingRadioButtonList *> (widget);
   130 
   131 
   131     mTransitionAnimation = new QPropertyAnimation(mScenesBackground2, "opacity");
   132     mTransitionAnimation = new QPropertyAnimation(mScenesBackground2, "opacity");