src/SimulatorWindow.h
branchv_0
changeset 4 a874deb6a536
parent 3 42d64bd73232
child 6 f81d43b74209
equal deleted inserted replaced
3:42d64bd73232 4:a874deb6a536
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    17  */
    17  */
    18 #pragma once
    18 #pragma once
    19 
    19 
    20 #include <vector>
    20 #include <vector>
    21 #include <QtWidgets/QMainWindow>
    21 #include <QMainWindow>
    22 #include <QtWidgets/QCheckBox>
    22 #include <QCheckBox>
    23 #include <QtWidgets/QSlider>
    23 #include <QSlider>
    24 #include <QtWidgets/QPushButton>
    24 #include <QPushButton>
    25 
    25 
    26 #include "MotionEvent.h"
    26 #include "MotionEvent.h"
    27 #include "ButtonEvent.h"
    27 #include "ButtonEvent.h"
    28 
    28 
    29 class SimulatorWindow : public QMainWindow {
    29 class SimulatorWindow : public QMainWindow {