radioapp/radiowidgets/inc/radiouiloader.h
changeset 54 a8ba0c289b44
parent 51 bbebb0235466
equal deleted inserted replaced
51:bbebb0235466 54:a8ba0c289b44
    61     static const QLatin1String SV_NAME_HEADING_BANNER           ( "sv:heading_banner" );
    61     static const QLatin1String SV_NAME_HEADING_BANNER           ( "sv:heading_banner" );
    62     static const QLatin1String SV_NAME_STATIONS_LIST            ( "sv:stations_list" );
    62     static const QLatin1String SV_NAME_STATIONS_LIST            ( "sv:stations_list" );
    63     static const QLatin1String SV_NAME_FAVORITES_BUTTON         ( "sv:favorite_stations_button" );
    63     static const QLatin1String SV_NAME_FAVORITES_BUTTON         ( "sv:favorite_stations_button" );
    64     static const QLatin1String SV_NAME_LOCALS_BUTTON            ( "sv:local_stations_button" );
    64     static const QLatin1String SV_NAME_LOCALS_BUTTON            ( "sv:local_stations_button" );
    65     static const QLatin1String SV_NAME_SCAN_ACTION              ( "sv:scan_action" );
    65     static const QLatin1String SV_NAME_SCAN_ACTION              ( "sv:scan_action" );
    66     static const QLatin1String SV_NAME_CLEAR_LIST_ACTION        ( "sv:clear_list_action" );
    66     static const QLatin1String SV_NAME_MULTI_SELECTION_ACTION   ( "sv:multi_selection_action" );
    67     static const QLatin1String SV_NAME_SCAN_BUTTON              ( "sv:scan_button" );
    67     static const QLatin1String SV_NAME_SCAN_BUTTON              ( "sv:scan_button" );
    68     static const QLatin1String SV_NAME_PLAY_ACTION              ( "sv:play_action" );
    68     static const QLatin1String SV_NAME_PLAY_ACTION              ( "sv:play_action" );
    69     static const QLatin1String SV_NAME_RENAME_ACTION            ( "sv:rename_action" );
    69     static const QLatin1String SV_NAME_RENAME_ACTION            ( "sv:rename_action" );
    70     static const QLatin1String SV_NAME_FAVORITE_ACTION          ( "sv:toggle_favorite_action" );
    70     static const QLatin1String SV_NAME_FAVORITE_ACTION          ( "sv:toggle_favorite_action" );
    71     static const QLatin1String SV_NAME_DELETE_ACTION            ( "sv:delete_action" );
    71     static const QLatin1String SV_NAME_DELETE_ACTION            ( "sv:delete_action" );
    88     static const QLatin1String MV_NAME_INFO_THIRD_ROW           ( "mv:InfoThirdRow" );
    88     static const QLatin1String MV_NAME_INFO_THIRD_ROW           ( "mv:InfoThirdRow" );
    89     static const QLatin1String MV_NAME_INFO_FOURTH_ROW          ( "mv:InfoFourthRow" );
    89     static const QLatin1String MV_NAME_INFO_FOURTH_ROW          ( "mv:InfoFourthRow" );
    90     static const QLatin1String MV_NAME_INFO_TEXT                ( "mv:info_text" );
    90     static const QLatin1String MV_NAME_INFO_TEXT                ( "mv:info_text" );
    91 
    91 
    92     // History View
    92     // History View
    93     static const QLatin1String HV_NAME_CLEAR_LIST_ACTION        ( "hv:clear_list_action" );
    93     static const QLatin1String HV_NAME_MULTI_DELETE_ACTION      ( "hv:multi_delete_action" );
    94     static const QLatin1String HV_NAME_HISTORY_LIST             ( "hv:history_list" );
    94     static const QLatin1String HV_NAME_HISTORY_LIST             ( "hv:history_list" );
    95     static const QLatin1String HV_NAME_ALL_SONGS_BUTTON         ( "hv:all_songs_button" );
    95     static const QLatin1String HV_NAME_ALL_SONGS_BUTTON         ( "hv:all_songs_button" );
    96     static const QLatin1String HV_NAME_TAGGED_SONGS_BUTTON      ( "hv:tagged_songs_button" );
    96     static const QLatin1String HV_NAME_TAGGED_SONGS_BUTTON      ( "hv:tagged_songs_button" );
    97     static const QLatin1String HV_SECTION_SHOW_LIST             ( "hv:show_list" );
    97     static const QLatin1String HV_SECTION_SHOW_LIST             ( "hv:show_list" );
    98     static const QLatin1String HV_SECTION_HIDE_LIST             ( "hv:hide_list" );
    98     static const QLatin1String HV_SECTION_HIDE_LIST             ( "hv:hide_list" );