ledok
This commit is contained in:
parent
a560e62af7
commit
58a23de45f
|
@ -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.
Loading…
Reference in New Issue
Block a user