]> Some of my projects - localmylist.git/commitdiff
Focus filter line by default
authorAPTX <marek321@gmail.com>
Sun, 14 Apr 2013 14:36:46 +0000 (16:36 +0200)
committerAPTX <marek321@gmail.com>
Sun, 14 Apr 2013 14:36:46 +0000 (16:36 +0200)
localmylist-management/mainwindow.cpp

index 9902a831555586c0f68d3d6524f95f3a7bf6f77b..1f687c081c18c393f8220c1e5ec217b1d63ceefa 100644 (file)
@@ -91,6 +91,8 @@ MainWindow::MainWindow(QWidget *parent) :
                ui->actionRenameScript->setDisabled(true);
                ui->actionRenameFiles->setDisabled(true);
        }
+
+       ui->filterInput->setFocus();
 }
 
 MainWindow::~MainWindow()