setinfowidget.h 335 B

1234567891011121314151617181920212223242526
  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 slots:
  14. private:
  15. Ui::SetInfoWidget *ui;
  16. };
  17. #endif // SETINFOWIDGET_H