Browse Source

修改UI

master
tianzhendong 2 years ago
parent
commit
1b38dd73b6
  1. 1
      src/mainwindow.cpp

1
src/mainwindow.cpp

@ -20,7 +20,6 @@ MainWindow::MainWindow(QWidget *parent) :
connect(duplicateFiles, SIGNAL(destroyed(QObject *)), connect(duplicateFiles, SIGNAL(destroyed(QObject *)),
myThread, SLOT(deleteLater())); myThread, SLOT(deleteLater()));
// ui->labelTitle->setText("文件一致性检测工具");
connect(ui->btnSelectFile, SIGNAL(clicked(bool)), this, SLOT(calMd5ofFileSlot())); connect(ui->btnSelectFile, SIGNAL(clicked(bool)), this, SLOT(calMd5ofFileSlot()));
connect(ui->btnSelectDir, SIGNAL(clicked(bool)), this, SLOT(selectDirSlot())); connect(ui->btnSelectDir, SIGNAL(clicked(bool)), this, SLOT(selectDirSlot()));
connect(this, SIGNAL(calFileMd5Signal(const QString &)), connect(this, SIGNAL(calFileMd5Signal(const QString &)),

Loading…
Cancel
Save