From 75a31c072d4db3f29e6df6f224beebe0f7dfd617 Mon Sep 17 00:00:00 2001 From: Nikolay Tischenko Date: Sat, 18 Sep 2010 01:45:06 +0700 Subject: [PATCH] Hiding search panel when busy widget showed - improved playerform --- src/mainwindow.cpp | 1 + src/ui/playerform.ui | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 61d7a59..f9d470e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -102,6 +102,7 @@ void MainWindow::_clear_current_playlist() { void MainWindow::showBusyWidget(QString caption) { _busy_widget->setText(caption); ui->menuBar->setEnabled(false); + hideSearchPanel(); ui->stackedWidget->setCurrentIndex(2); } diff --git a/src/ui/playerform.ui b/src/ui/playerform.ui index f85698d..2c2b473 100644 --- a/src/ui/playerform.ui +++ b/src/ui/playerform.ui @@ -14,6 +14,12 @@ Form + + 0 + + + 0 + -- 1.7.9.5