OSDN Git Service

gitattirubes test 2
[handbrake-jp/handbrake-jp.git] / qt4 / encodewidget.h
1 #ifndef ENCODEWIDGET_H
2 #define ENCODEWIDGET_H
3
4 #include <QtGui>
5
6 #include "ui_encodewidget.h"
7
8 class EncodeWidget : public QWidget, private Ui::EncodeWidget
9 {
10     Q_OBJECT
11 public:
12     EncodeWidget( QWidget *parent = 0 );
13
14 signals:
15     void convert();
16
17 public slots:
18     void setModel( QStandardItemModel *m );
19     void changed();
20 };
21
22 #endif // ENCODEWIDGET_H