User manual: overlay search panel

Make search panel floating so that web view does not resize.

This commit also addresses following issues:
- search now wraps around document
- application icon and window title are now back

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-01-09 20:29:33 +02:00 committed by Dirk Hohndel
parent 8ded16fd1b
commit 7e7a1d29ad
3 changed files with 127 additions and 146 deletions

View file

@ -8,7 +8,7 @@ namespace Ui {
class UserManual;
}
class UserManual : public QWidget
class UserManual : public QMainWindow
{
Q_OBJECT