qtinternetradio/ui/inc/iruidefines.h
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 17 38bbf2dcd608
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
    80 static const char* NOW_PLAYING_VIEW_OBJECT_IDENTIFYSONG               = "songrecg_act";
    80 static const char* NOW_PLAYING_VIEW_OBJECT_IDENTIFYSONG               = "songrecg_act";
    81 static const char* NOW_PLAYING_VIEW_OBJECT_PLAYSTOP                   = "play_stop_act";
    81 static const char* NOW_PLAYING_VIEW_OBJECT_PLAYSTOP                   = "play_stop_act";
    82 static const char* NOW_PLAYING_VIEW_OBJECT_ADDTOFAV                   = "add_2_fav_act";
    82 static const char* NOW_PLAYING_VIEW_OBJECT_ADDTOFAV                   = "add_2_fav_act";
    83 static const char* NOW_PLAYING_VIEW_OBJECT_FLIP                       = "detail_act";
    83 static const char* NOW_PLAYING_VIEW_OBJECT_FLIP                       = "detail_act";
    84 static const char* NOW_PLAYING_VIEW_OBJECT_STATION_LOGO               = "station_logo";
    84 static const char* NOW_PLAYING_VIEW_OBJECT_STATION_LOGO               = "station_logo";
    85 static const char* NOW_PLAYING_VIEW_OBJECT_SONG_NAME                  = "song_name";
    85 static const char* NOW_PLAYING_VIEW_OBJECT_SONG_NAME_LABEL            = "song_name_label";
       
    86 static const char* NOW_PLAYING_VIEW_OBJECT_SONG_NAME_MARQUEE          = "song_name_marquee";
    86 static const char* NOW_PLAYING_VIEW_OBJECT_ARTIST_NAME                = "artist_name";
    87 static const char* NOW_PLAYING_VIEW_OBJECT_ARTIST_NAME                = "artist_name";
    87 static const char* NOW_PLAYING_VIEW_OBJECT_STATION_NAME               = "station_name";
    88 static const char* NOW_PLAYING_VIEW_OBJECT_STATION_NAME               = "station_name";
    88 #ifdef ADV_ENABLED
    89 #ifdef ADV_ENABLED
    89 static const char* NOW_PLAYING_VIEW_OBJECT_ADVERTISEMENT_IMAGE        = "advertisementImage";
    90 static const char* NOW_PLAYING_VIEW_OBJECT_ADVERTISEMENT_IMAGE        = "advertisementImage";
    90 #endif
    91 #endif
   110 // IRTermsConsView -- widget
   111 // IRTermsConsView -- widget
   111 static const char* TERMS_CONS_VIEW_ACCEPT_BTN   = "accept_btn";
   112 static const char* TERMS_CONS_VIEW_ACCEPT_BTN   = "accept_btn";
   112 static const char* TERMS_CONS_VIEW_DECLINE_BTN  = "decline_btn";
   113 static const char* TERMS_CONS_VIEW_DECLINE_BTN  = "decline_btn";
   113 static const char* TERMS_CONS_VIEW_TEXT_EDIT  = "text_edit";
   114 static const char* TERMS_CONS_VIEW_TEXT_EDIT  = "text_edit";
   114 
   115 
       
   116 // NowPlayingBanner
       
   117 static const QString KNowPlayingBannerColorPressed = "qtc_multimedia_trans_pressed";
       
   118 static const QString KNowPlayingBannerColorNormal = "qtc_multimedia_trans_normal";
       
   119 
   115 #define LOADING_ANIMATION_ICON_SIZE 50
   120 #define LOADING_ANIMATION_ICON_SIZE 50
   116 
   121 
   117 #endif /* IRUIDEFINES_H_ */
   122 #endif /* IRUIDEFINES_H_ */