camerauis/cameraxui/cxui/src/cxuisettingsinfo.cpp
changeset 60 a289dde0a1d6
parent 48 42ba2d16bf40
equal deleted inserted replaced
56:01e205c615b9 60:a289dde0a1d6
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   236 
   236 
   237         if (quality.mMpxCount == "12") {
   237         if (quality.mMpxCount == "12") {
   238             qualityIcon = "qtg_mono_12mp";
   238             qualityIcon = "qtg_mono_12mp";
   239         } else if (quality.mMpxCount == "9") {
   239         } else if (quality.mMpxCount == "9") {
   240             qualityIcon = "qtg_mono_9mp";
   240             qualityIcon = "qtg_mono_9mp";
   241         } else if (quality.mMpxCount == "3") {
   241         } else if (quality.mMpxCount == "3.1") {
   242             qualityIcon = "qtg_mono_3mp";
   242             qualityIcon = "qtg_mono_3mp";
   243         } else if (quality.mMpxCount == "1.2") {
   243         } else if (quality.mMpxCount == "1.2") {
   244             qualityIcon = "qtg_mono_1_3mp";
   244             qualityIcon = "qtg_mono_1_3mp";
   245         } else if (quality.mMpxCount == "0.3") {
   245         } else if (quality.mMpxCount == "0.3") {
   246             qualityIcon = "qtg_mono_0_3mp";
   246             qualityIcon = "qtg_mono_0_3mp";