equal
deleted
inserted
replaced
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 }; |