qtinternetradio/ui/inc/iruidefines.h
changeset 17 38bbf2dcd608
parent 14 896e9dbc5f19
equal deleted inserted replaced
16:5723da102db1 17:38bbf2dcd608
    58 // IrAbstractListViewBase -- Section Name
    58 // IrAbstractListViewBase -- Section Name
    59 static const char* ABSTRACT_LIST_VIEW_BASE_NO_PLAYINGBANNER_SECTION    = "section_no_playingbanner";
    59 static const char* ABSTRACT_LIST_VIEW_BASE_NO_PLAYINGBANNER_SECTION    = "section_no_playingbanner";
    60 static const char* ABSTRACT_LIST_VIEW_BASE_WITH_PLAYINGBANNER_SECTION  = "section_with_playingbanner";
    60 static const char* ABSTRACT_LIST_VIEW_BASE_WITH_PLAYINGBANNER_SECTION  = "section_with_playingbanner";
    61 static const char* ABSTRACT_LIST_VIEW_BASE_NO_TOOLBAR_SECTION          = "section_no_toolbar_with_heading";
    61 static const char* ABSTRACT_LIST_VIEW_BASE_NO_TOOLBAR_SECTION          = "section_no_toolbar_with_heading";
    62 static const char* ABSTRACT_LIST_VIEW_BASE_WITH_TOOLBAR_SECTION        = "section_with_toolbar_no_heading";
    62 static const char* ABSTRACT_LIST_VIEW_BASE_WITH_TOOLBAR_SECTION        = "section_with_toolbar_no_heading";
       
    63 static const char* ABSTRACT_LIST_VIEW_BASE_ADD_TOOLBAR_SECTION         = "section_add_toolbar";
    63 
    64 
    64 // OpenWebAddressView -- Object Name
    65 // OpenWebAddressView -- Object Name
    65 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_VIEW                       = "ext-IRQOpenWebAddressView";
    66 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_VIEW                       = "ext-IRQOpenWebAddressView";
    66 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_DATA_FORM                  = "dataForm";
    67 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_DATA_FORM                  = "dataForm";
    67 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_PLAY_BUTTON                = "playButton";
    68 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_PLAY_BUTTON                = "playButton";
    68 
    69 
    69 // SearchView -- Object Name
    70 // SearchView -- Object Name
    70 static const char* SEARCH_CHANNELS_VIEW_OBJECT_VIEW                   = "ext-IRSearchChannelsView"; 
    71 static const char* SEARCH_CHANNELS_VIEW_OBJECT_VIEW                   = "ext-IRSearchChannelsView"; 
    71 static const char* SEARCH_CHANNELS_VIEW_SEARCHPANEL_WIDGET            = "search_panel";
    72 static const char* SEARCH_CHANNELS_VIEW_SEARCHPANEL_WIDGET            = "search_panel";
    72 static const char* SEARCH_CHANNELS_VIEW_SEARCHLISTVIEW_WIDGET         = "search_listview";
    73 static const char* SEARCH_CHANNELS_VIEW_SEARCHLISTVIEW_WIDGET         = "search_listview";
    73  
    74 static const char* SEARCH_CHANNELS_VIEW_HEADINGTEXT_WIDGET            = "headingText";
    74 
    75 
    75 // IRNowplayingView  -- Object Name
    76 // IRNowplayingView  -- Object Name
    76 static const char* NOW_PLAYING_VIEW_OBJECT_NAME                       = "ext-nowplayingview"; 
    77 static const char* NOW_PLAYING_VIEW_OBJECT_NAME                       = "ext-nowplayingview"; 
    77 // IRNowplayingView  -- widget
    78 // IRNowplayingView  -- widget
    78 static const char* NOW_PLAYING_VIEW_OBJECT_SHARE_STATION_ACTION       = "share_station_act"; 
    79 static const char* NOW_PLAYING_VIEW_OBJECT_SHARE_STATION_ACTION       = "share_station_act"; 
   117 static const QString KNowPlayingBannerColorPressed = "qtc_multimedia_trans_pressed";
   118 static const QString KNowPlayingBannerColorPressed = "qtc_multimedia_trans_pressed";
   118 static const QString KNowPlayingBannerColorNormal = "qtc_multimedia_trans_normal";
   119 static const QString KNowPlayingBannerColorNormal = "qtc_multimedia_trans_normal";
   119 
   120 
   120 #define LOADING_ANIMATION_ICON_SIZE 50
   121 #define LOADING_ANIMATION_ICON_SIZE 50
   121 
   122 
       
   123 const int KBitmapSize = 59;
       
   124 const int KMaxLineEditLength = 255;
       
   125 
   122 #endif /* IRUIDEFINES_H_ */
   126 #endif /* IRUIDEFINES_H_ */