QTfrontend/ui/page/pagemain.h
changeset 8977 d424c7f8b342
parent 8318 e2c01fbf36c0
child 8982 0c0141cf851a
equal deleted inserted replaced
8976:5d9f43ad036a 8977:d424c7f8b342
    39         QPushButton * BtnInfo;
    39         QPushButton * BtnInfo;
    40         QPushButton * BtnDataDownload;
    40         QPushButton * BtnDataDownload;
    41         QPushButton * BtnVideos;
    41         QPushButton * BtnVideos;
    42         QLabel * mainNote;
    42         QLabel * mainNote;
    43 
    43 
       
    44     public slots:
       
    45         void toggleNetworkChoice();
       
    46 
    44     private:
    47     private:
    45         QLayout * bodyLayoutDefinition();
    48         QLayout * bodyLayoutDefinition();
    46         QLayout * footerLayoutDefinition();
    49         QLayout * footerLayoutDefinition();
    47         void connectSignals();
    50         void connectSignals();
    48         QIcon originalNetworkIcon, disabledNetworkIcon;
    51         QIcon originalNetworkIcon, disabledNetworkIcon;
    49 
    52 
    50         QString randomTip() const;
    53         QString randomTip() const;
    51 
    54 
    52     private slots:
       
    53         void toggleNetworkChoice();
       
    54 };
    55 };
    55 
    56 
    56 #endif
    57 #endif
    57 
    58