xref: /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/slave_videowidget.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef SLAVE_VIDEOWIDGET_H
2 #define SLAVE_VIDEOWIDGET_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
7 class slave_VideoWidget;
8 }
9 
10 class slave_VideoWidget : public QDialog
11 {
12     Q_OBJECT
13 
14 public:
15     explicit slave_VideoWidget(QWidget *parent = 0);
16     ~slave_VideoWidget();
17 
18 //public slots:
19 //    void deal_picture_views_signal();
20 private:
21     Ui::slave_VideoWidget *ui;
22 };
23 
24 #endif // SLAVE_VIDEOWIDGET_H
25