#ifndef JOBS_H #define JOBS_H #include #include #include #include class JOBS : public QObject{ Q_OBJECT public: static void btn_animation(QWidget* obj, QPropertyAnimation* animation, int start = 50, int end = 170); }; #endif // JOBS_H