camerauis/cameraxui/cxui/src/cxuidocumentloader.cpp
changeset 37 64817133cd1d
parent 21 fa6d9f75d6a6
child 42 feebad15db8c
child 48 42ba2d16bf40
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    64             object = new CxuiSettingDialog();
    64             object = new CxuiSettingDialog();
    65         }
    65         }
    66     } else if (type == "HbSlider") {
    66     } else if (type == "HbSlider") {
    67         if (name == CxUiLayout::SETTINGS_SLIDER_DIALOG_CONTENT_WIDGET) {
    67         if (name == CxUiLayout::SETTINGS_SLIDER_DIALOG_CONTENT_WIDGET) {
    68             object = new CxuiSettingSlider(NULL, mEngine);
    68             object = new CxuiSettingSlider(NULL, mEngine);
    69         } else if (name == CxUiLayout::STILL_PRE_CAPTURE_ZOOM_SLIDER 
    69         } else if (name == CxUiLayout::STILL_PRE_CAPTURE_ZOOM_SLIDER
    70          || name == CxUiLayout::VIDEO_PRE_CAPTURE_ZOOM_SLIDER) {
    70          || name == CxUiLayout::VIDEO_PRE_CAPTURE_ZOOM_SLIDER) {
    71             object = new CxuiZoomSlider();
    71             object = new CxuiZoomSlider();
    72         }
    72         }
    73     } else if (type == "HbRadioButtonList") {
    73     } else if (type == "HbRadioButtonList") {
    74         if (name == CxUiLayout::SETTINGS_DIALOG_CONTENT_WIDGET
    74         if (name == CxUiLayout::SETTINGS_DIALOG_CONTENT_WIDGET