Subversion Repositories seema-scanner

Rev

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

Rev 201 Rev 220
Line 23... Line 23...
23
        virtual void resizeEvent(QResizeEvent *event);
23
        virtual void resizeEvent(QResizeEvent *event);
24
    protected slots:
24
    protected slots:
25
        virtual void showContextMenu(const QPoint & pos);
25
        virtual void showContextMenu(const QPoint & pos);
26
        virtual void fitImage();
26
        virtual void fitImage();
27
    private:
27
    private:
28
        QGraphicsScene *scene;
28
        QGraphicsScene *scene=nullptr;
29
        QGraphicsPixmapItem *item;
29
        QGraphicsPixmapItem *item=nullptr;
30
};
30
};
31
 
31
 
32
#endif // SMVIDEOZOOMWIDGET_H
32
#endif // SMVIDEOZOOMWIDGET_H