123456789101112131415161718192021 |
- #ifndef LICENSEDIALOG_H
- #define LICENSEDIALOG_H
- #include <QWidget>
- #include <QDialog>
- #include <QPushButton>
- #include <QLineEdit>
- #include <QLabel>
- #include <QHBoxLayout>
- #include <QVBoxLayout>
- #include <QGridLayout>
- //class LicenseDialog : public QDialog
- //{
- // Q_OBJECT
- //public:
- // explicit LicenseDialog(QDialog* parent = nullptr);
- //};
- #endif // LICENSEDIALOG_H
|