Advanced Settings Panel
[pierogi] / sideshotleftform.h
1 #ifndef SIDESHOTLEFTFORM_H
2 #define SIDESHOTLEFTFORM_H
3
4 #include <QWidget>
5
6 namespace Ui {
7 class SideshotLeftForm;
8 }
9
10 class SideshotLeftForm : public QWidget
11 {
12   Q_OBJECT
13   
14 public:
15   explicit SideshotLeftForm(QWidget *parent = 0);
16   ~SideshotLeftForm();
17   
18 private:
19   Ui::SideshotLeftForm *ui;
20 };
21
22 #endif // SIDESHOTLEFTFORM_H