QTfrontend/pagedata.h
changeset 5582 48ced03a9949
parent 5567 44c9a577b082
child 5746 fbc52bb92cad
equal deleted inserted replaced
5581:cc43f382ed9a 5582:48ced03a9949
    30     PageDataDownload(QWidget* parent = 0);
    30     PageDataDownload(QWidget* parent = 0);
    31 
    31 
    32     QPushButton *BtnBack;
    32     QPushButton *BtnBack;
    33     QWebView *web;
    33     QWebView *web;
    34 
    34 
    35 private:
    35 private slots:
    36     void install(const QUrl &url);
    36     void install(const QUrl &url);
    37 };
    37 };
    38 
    38 
    39 #endif
    39 #endif