#include "licensedialog.h" //LicenseDialog::LicenseDialog(QDialog *parent): QDialog(parent) //{ //// resize(500,500); //// setWindowTitle("License"); //// QLabel requestCodeLable(tr("License请求码:")); //// QLabel authorisationLable(tr("License授权:")); //// QLabel authorisedPersonLable(tr("被授权人:")); //// QLabel authorisedTimeLable(tr("授权日期:")); //// QLabel authorisedKeyLable(tr("授权密钥:")); //// QPushButton* outButton = new QPushButton(tr("导出")); //// QPushButton* inputButton = new QPushButton(tr("导入")); //// QPushButton* confirmButton = new QPushButton(tr("确认")); //// QPushButton* cancelButton = new QPushButton(tr("取消")); //// QLineEdit* authorisedPersonEdit = new QLineEdit; //// QLineEdit* authorisedTimeEdit = new QLineEdit; //// QLineEdit* authorisedKeyEdit = new QLineEdit; //}