#ifndef NEWPOINTCONTROL_H #define NEWPOINTCONTROL_H #include class NewPointControl : public QWidget { Q_OBJECT public: explicit NewPointControl(QWidget *parent = 0); signals: public slots: }; #endif // NEWPOINTCONTROL_H