licensedialog.cpp 886 B

1234567891011121314151617181920212223242526
  1. #include "licensedialog.h"
  2. //LicenseDialog::LicenseDialog(QDialog *parent): QDialog(parent)
  3. //{
  4. //// resize(500,500);
  5. //// setWindowTitle("License");
  6. //// QLabel requestCodeLable(tr("License请求码:"));
  7. //// QLabel authorisationLable(tr("License授权:"));
  8. //// QLabel authorisedPersonLable(tr("被授权人:"));
  9. //// QLabel authorisedTimeLable(tr("授权日期:"));
  10. //// QLabel authorisedKeyLable(tr("授权密钥:"));
  11. //// QPushButton* outButton = new QPushButton(tr("导出"));
  12. //// QPushButton* inputButton = new QPushButton(tr("导入"));
  13. //// QPushButton* confirmButton = new QPushButton(tr("确认"));
  14. //// QPushButton* cancelButton = new QPushButton(tr("取消"));
  15. //// QLineEdit* authorisedPersonEdit = new QLineEdit;
  16. //// QLineEdit* authorisedTimeEdit = new QLineEdit;
  17. //// QLineEdit* authorisedKeyEdit = new QLineEdit;
  18. //}