radioapp/radiowidgets/inc/radiowindow.h
changeset 57 21be958eb3ce
parent 51 bbebb0235466
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    60 
    60 
    61     void init();
    61     void init();
    62 
    62 
    63     QString orientationSection();
    63     QString orientationSection();
    64 
    64 
    65 public slots:
    65 public Q_SLOTS:
    66 
    66 
    67     void activateMainView();
    67     void activateMainView();
    68 
    68 
    69     void activateStationsView();
    69     void activateStationsView();
    70 
    70 
    71     void activateHistoryView();
    71     void activateHistoryView();
    72 
    72 
    73 private slots:
    73 private Q_SLOTS:
    74 
    74 
    75     void initView();
    75     void initView();
    76     void updateOrientation( Qt::Orientation orientation );
    76     void updateOrientation( Qt::Orientation orientation );
    77     void showVolumeLevel( int volume );
    77     void showVolumeLevel( int volume );
    78     void updateAntennaStatus( bool connected );
    78     void updateAntennaStatus( bool connected );