From: APTX Date: Sun, 14 Apr 2013 14:36:46 +0000 (+0200) Subject: Focus filter line by default X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=d188d039a44fc8ecf3a51af3ec2fe0741875dae0;p=localmylist.git Focus filter line by default --- diff --git a/localmylist-management/mainwindow.cpp b/localmylist-management/mainwindow.cpp index 9902a83..1f687c0 100644 --- a/localmylist-management/mainwindow.cpp +++ b/localmylist-management/mainwindow.cpp @@ -91,6 +91,8 @@ MainWindow::MainWindow(QWidget *parent) : ui->actionRenameScript->setDisabled(true); ui->actionRenameFiles->setDisabled(true); } + + ui->filterInput->setFocus(); } MainWindow::~MainWindow()