Deactivate Mainwindow style sheet Inheritance

This commit is contained in:
yonghye 2018-12-16 21:10:56 +09:00
parent a740f75b10
commit b750c4dfb7

View File

@ -265,7 +265,7 @@ void MainWindow::open_img_dir(bool& ret)
pjreddie_style_msgBox(QMessageBox::Information,"Help", "Step 1. Open Your Data Set Directory"); pjreddie_style_msgBox(QMessageBox::Information,"Help", "Step 1. Open Your Data Set Directory");
QString imgDir = QFileDialog::getExistingDirectory( QString imgDir = QFileDialog::getExistingDirectory(
this, nullptr,
tr("Open Dataset Directory"), tr("Open Dataset Directory"),
"./",QFileDialog::ShowDirsOnly); "./",QFileDialog::ShowDirsOnly);
@ -296,7 +296,7 @@ void MainWindow::open_obj_file(bool& ret)
pjreddie_style_msgBox(QMessageBox::Information,"Help", "Step 2. Open Your Label List File(*.txt or *.names)"); pjreddie_style_msgBox(QMessageBox::Information,"Help", "Step 2. Open Your Label List File(*.txt or *.names)");
QString fileLabelList = QFileDialog::getOpenFileName( QString fileLabelList = QFileDialog::getOpenFileName(
this, nullptr,
tr("Open LabelList file"), tr("Open LabelList file"),
"./", "./",
tr("LabelList Files (*.txt *.names)")); tr("LabelList Files (*.txt *.names)"));