radioapp/radiowidgets/inc/radiofrequencystripdef.h
changeset 57 21be958eb3ce
parent 54 a8ba0c289b44
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    91     static const QLatin1String SLIDE_TO_RIGHT   ( "SlideToRight" );
    91     static const QLatin1String SLIDE_TO_RIGHT   ( "SlideToRight" );
    92     static const QLatin1String SLIDE_FROM_RIGHT ( "SlideFromRight" );
    92     static const QLatin1String SLIDE_FROM_RIGHT ( "SlideFromRight" );
    93     static const QLatin1String LEFT_BUTTON      ( "tv:left_button" );
    93     static const QLatin1String LEFT_BUTTON      ( "tv:left_button" );
    94     static const QLatin1String RIGHT_BUTTON     ( "tv:right_button" );
    94     static const QLatin1String RIGHT_BUTTON     ( "tv:right_button" );
    95 
    95 
    96     static const QLatin1String TEXT_COLOR_ATTRIBUTE( "text" );
    96     static const QLatin1String TEXT_COLOR_ATTRIBUTE( "qtc_radio_tuner_normal" );
    97     const int MANUALSEEK_START_TIMEOUT = 400;
    97     const int MANUALSEEK_START_TIMEOUT = 200;
    98     const int MANUALSEEK_END_TIMEOUT = 2000;
    98     const int MANUALSEEK_END_TIMEOUT = 1000;
    99     const int MANUALSEEK_SIGNAL_DELAY = 300;
    99     const int MANUALSEEK_SIGNAL_DELAY = 300;
       
   100     const int POS_ADJUST_DELAY_MS = 500;
   100 
   101 
       
   102     const int DEFAULT_ITEM_HEIGHT_UNITS = 8;
       
   103     const uint DEFAULT_MIN_FREQUENCY = 87500000;
       
   104     const uint DEFAULT_MAX_FREQUENCY = 108000000;
       
   105     const uint DEFAULT_FREQUENCY_STEP = 100000;
       
   106 
       
   107     const int STATION_MARKER_SIZE = 12;
   101 }
   108 }
   102 
   109 
   103 #endif // RADIOFREQUENCYSTRIPDEF_H
   110 #endif // RADIOFREQUENCYSTRIPDEF_H