This commit is contained in:
gangphon 2023-05-26 18:33:49 +08:00
parent a560e62af7
commit 58a23de45f
2 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ CtrlBrightPanel::CtrlBrightPanel(QWidget *parent) : QWidget(parent) {
QMessageBox::information(this, tr("Tip"), tr("no sensorBrightnessTable"));
return;
}
QString tempFile = QCoreApplication::applicationDirPath()+"/bright-template.xlsx";
QString tempFile = QCoreApplication::applicationDirPath()+"/files/bright-template.xlsx";
QFile tempQFile(tempFile);
if(! tempQFile.exists()) {
QMessageBox::information(this, tr("Tip"), tempFile+" is not exist");

Binary file not shown.