ganeswidgets/tsrc/fute/HgWidgetTest/inc/hgtestdefs.h
changeset 1 e48454f237ca
child 2 49c70dcc3f17
equal deleted inserted replaced
0:89c329efa980 1:e48454f237ca
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef HGTESTDEFS_H_
       
    19 #define HGTESTDEFS_H_
       
    20 
       
    21 enum HgTestWidgetType {
       
    22     HgWidgetNone = 0,
       
    23     HgWidgetGrid,
       
    24     HgWidgetCoverflow,
       
    25     HgWidgetTBone
       
    26 };
       
    27 
       
    28 enum HgTestImageType {
       
    29     ImageTypeNone = 0,
       
    30     ImageTypeQIcon,
       
    31     ImageTypeHbIcon,
       
    32     ImageTypeQImage
       
    33 };
       
    34 
       
    35 static const QString SETT_ORGANIZATION = "Nokia";
       
    36 static const QString SETT_APPLICATION = "HgWidgetTestApp";
       
    37 static const QString SETT_WIDGET_TYPE = "WidgetType";
       
    38 static const QString SETT_SCROLLBAR_VISIBILITY = "ScrollBarVisibility";
       
    39 static const QString SETT_SCROLLBAR_INTERACTIVITY = "ScrollBarInteractivity";
       
    40 static const QString SETT_MODEL_IMAGE_TYPE = "ModelImageType";
       
    41 static const QString SETT_WIDGET_HEIGHT = "WidgetHeight";
       
    42 static const QString SETT_WIDGET_WIDTH = "WidgetWidth";
       
    43 static const QString SETT_LOW_RES_IMAGES = "LowResImages";
       
    44 static const QString SETT_TITLE_POSITION = "TitlePosition";
       
    45 static const QString SETT_TITLE_FONT = "TitleFont";
       
    46 static const QString SETT_DESCRIPTION_POSITION = "DescriptionPosition";
       
    47 static const QString SETT_DESCRIPTION_FONT = "DescriptionFont";
       
    48 static const QString SETT_REFLECTIONS_ENABLED = "Reflections enabled";
       
    49 
       
    50 #endif /* HGTESTDEFS_H_ */