Deactivate Mainwindow style sheet Inheritance
This commit is contained in:
parent
a740f75b10
commit
b750c4dfb7
@ -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)"));
|
||||||
|
Loading…
Reference in New Issue
Block a user