src/hbapps/hbfeatureconfigapp/infoview.h
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
equal deleted inserted replaced
21:4633027730f5 23:e6ad4ef83b23
    32 class HbDocumentLoader;
    32 class HbDocumentLoader;
    33 class HbLabel;
    33 class HbLabel;
    34 
    34 
    35 class InfoView : public HbView
    35 class InfoView : public HbView
    36 {
    36 {
    37 	Q_OBJECT
    37     Q_OBJECT
    38 	
    38     
    39 public:
    39 public:
    40 	InfoView(HbDocumentLoader* loader, HbMainWindow *window = 0);
    40     InfoView(HbDocumentLoader* loader, HbMainWindow *window = 0);
    41     void setSettingsView(HbView *view);
    41     void setSettingsView(HbView *view);
    42 
    42 
    43 private:
    43 private:
    44     void setupLayout();
    44     void setupLayout();
    45     
    45     
    47     void updateLayout();
    47     void updateLayout();
    48     void refreshLabels();
    48     void refreshLabels();
    49     void goToSettingsView();
    49     void goToSettingsView();
    50 
    50 
    51 private:
    51 private:
    52 	HbMainWindow* mWindow;
    52     HbMainWindow* mWindow;
    53     HbDocumentLoader* mLoader;
    53     HbDocumentLoader* mLoader;
    54     HbLabel* mResolutionLabel;
    54     HbLabel* mResolutionLabel;
    55     HbLabel* mOrientationLabel;
    55     HbLabel* mOrientationLabel;
    56     HbLabel* mLayoutDirectionLabel;
    56     HbLabel* mLayoutDirectionLabel;
    57     HbView* mSettingsView;
    57     HbView* mSettingsView;