examples/webkit/fancybrowser/mainwindow.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    61     void adjustTitle();
    61     void adjustTitle();
    62     void setProgress(int p);
    62     void setProgress(int p);
    63     void finishLoading(bool);
    63     void finishLoading(bool);
    64 
    64 
    65     void highlightAllLinks();
    65     void highlightAllLinks();
    66     void rotateImages(bool toggle);
    66     void rotateImages(bool invert);
    67     void removeGifImages();
    67     void removeGifImages();
    68     void removeInlineFrames();
    68     void removeInlineFrames();
    69     void removeObjectElements();
    69     void removeObjectElements();
    70     void removeEmbeddedElements();
    70     void removeEmbeddedElements();
    71 
    71 
    72 private:
    72 private:
    73     QString jQuery;
    73     QString jQuery;
    74     QWebView *view;
    74     QWebView *view;
    75     QLineEdit *locationEdit;
    75     QLineEdit *locationEdit;
       
    76     QAction *rotateAction;
    76     int progress;
    77     int progress;
    77 //! [1]
    78 //! [1]
    78 };
    79 };