#ifndef VELOCITY_H #define VELOCITY_H #include namespace Ui { class velocity; } class velocity : public QWidget { Q_OBJECT public: explicit velocity(QWidget *parent = nullptr); ~velocity(); private: Ui::velocity *ui; }; #endif // VELOCITY_H