setinfowidget.h 313 B

12345678910111213141516171819202122
  1. #ifndef SETINFOWIDGET_H
  2. #define SETINFOWIDGET_H
  3. #include <QWidget>
  4. namespace Ui {
  5. class SetInfoWidget;
  6. }
  7. class SetInfoWidget : public QWidget
  8. {
  9. Q_OBJECT
  10. public:
  11. explicit SetInfoWidget(QWidget *parent = nullptr);
  12. ~SetInfoWidget();
  13. private:
  14. Ui::SetInfoWidget *ui;
  15. };
  16. #endif // SETINFOWIDGET_H