Skip to content

Commit

Permalink
Adding a title
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancaste committed Oct 25, 2020
1 parent 8fc9f32 commit e0aa8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tester/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ MainWindow::MainWindow() :
if(!convInspector)
{
convInspector = new QDialog(this);
convInspector->setWindowTitle("Convolution Filter Inspector");
convInspector->setWindowFlags(Qt::Tool | Qt::WindowStaysOnTopHint);
convTable = new QTableWidget(this);
QGridLayout *layout = new QGridLayout(this);
Expand Down

0 comments on commit e0aa8d3

Please sign in to comment.