Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cc20110101 committed Apr 27, 2021
1 parent 208ef10 commit 4607688
Show file tree
Hide file tree
Showing 31 changed files with 1,037 additions and 350 deletions.
8 changes: 0 additions & 8 deletions src/RedisView/AppView/CheckCodeDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* @file CheckCodeDialog.cpp
* @brief 模拟注册功能
* @author 王长春
* @date 2019-6-23
* @version 001
* @copyright Copyright (c) 2018
*/
#include "CheckCodeDialog.h"
#include "ui_checkcodedialog.h"

Expand Down
8 changes: 0 additions & 8 deletions src/RedisView/AppView/CheckCodeDialog.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/**
* @file CheckCodeDialog.h
* @brief 模拟注册功能
* @author 王长春
* @date 2019-6-23
* @version 001
* @copyright Copyright (c) 2018
*/
#ifndef CHECKCODEDIALOG_H
#define CHECKCODEDIALOG_H

Expand Down
15 changes: 8 additions & 7 deletions src/RedisView/AppView/ContributorDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@ ContributorDialog::ContributorDialog(QWidget *parent) :
ui->setupUi(this);
setWindowTitle(tr("鸣谢"));
setFixedSize(this->size());
ui->label->setText("<br><b>Developer:</b><br><br>"
"&nbsp;&nbsp;cc20110101<br>"
"<br><br>"
"<br><b>Sponsor:</b><br><br>"
"&nbsp;&nbsp;*才<br>"
);
ui->_textBrowser->setEnabled(false);
ui->_textBrowser->setText("<br><b>Sponsor:</b><br><br>"
"&nbsp;&nbsp;*才"
"&nbsp;&nbsp;*帅"
"&nbsp;&nbsp;*惜"
"&nbsp;&nbsp;列"
);
}

ContributorDialog::~ContributorDialog()
{
delete ui;
}

void ContributorDialog::on_pushButton_clicked()
void ContributorDialog::on__pushButton_clicked()
{
accept();
}
2 changes: 1 addition & 1 deletion src/RedisView/AppView/ContributorDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ContributorDialog : public QDialog
~ContributorDialog();

private slots:
void on_pushButton_clicked();
void on__pushButton_clicked();

private:
Ui::ContributorDialog *ui;
Expand Down
Loading

0 comments on commit 4607688

Please sign in to comment.