diff src/findwidget.cpp @ 561:1ff2a1bf0a40

Add a cancel button to the progress bar
author Chris Cannam
date Mon, 27 Feb 2012 17:25:50 +0000
parents 533519ebc0cb
children 51887087f1ae
line wrap: on
line diff
--- a/src/findwidget.cpp	Mon Feb 27 17:14:03 2012 +0000
+++ b/src/findwidget.cpp	Mon Feb 27 17:25:50 2012 +0000
@@ -33,7 +33,6 @@
     layout->addWidget(button, 0, 0);
     button->setText(tr("Find..."));
     button->setToolButtonStyle(Qt::ToolButtonTextOnly);
-//    button->setAutoRaise(true);
     connect(button, SIGNAL(clicked()), this, SLOT(buttonPressed()));
 
     m_lineEdit = new QLineEdit();