Subversion Repositories svn1-original

Rev

Rev 262 | Rev 287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 262 Rev 284
Line 27... Line 27...
27
    QTabWidget *tabWidget;
27
    QTabWidget *tabWidget;
28
    QLineEdit *tabPath;
28
    QLineEdit *tabPath;
29
    QAction *pb_original;
29
    QAction *pb_original;
30
    QAction *pb_back;
30
    QAction *pb_back;
31
    QAction *pb_forward;
31
    QAction *pb_forward;
-
 
32
    QAction *pb_explore;
-
 
33
    QAction *pb_openExternal;
32
    QAction *pb_print;
34
    QAction *pb_print;
33
    QDoubleSpinBox *pb_size;
35
    QDoubleSpinBox *pb_size;
34
    QmWebView *currentWebView;
36
    QmWebView *currentWebView;
35
    QPrintPreviewDialog *printPreviewDialog;
37
    QPrintPreviewDialog *printPreviewDialog;
36
    QmWebView *currentWebViewPrinter;
38
    QmWebView *currentWebViewPrinter;
Line 42... Line 44...
42
    void back(void);
44
    void back(void);
43
    void forward(void);
45
    void forward(void);
44
    void home(void);
46
    void home(void);
45
    void print(void);
47
    void print(void);
46
    void printPreview(QPrinter * printer);
48
    void printPreview(QPrinter * printer);
-
 
49
    void openLocation(void);
-
 
50
    void openExternal(void);
47
};
51
};
48
 
52
 
49
class QmWebView : public QWebView
53
class QmWebView : public QWebView
50
{
54
{
51
public:
55
public: