1 /***************************************************************************
2 * copyright : (C) 2003-2010 by Pascal Brachet *
3 * http://www.xm1math.net/texmaker/ *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
10 ***************************************************************************/
15 #include <QMainWindow>
17 class Browser
: public QMainWindow
21 Browser( const QString home
, QWidget
* parent
= 0, Qt::WFlags flags
= 0);
26 void setProgress(int p
);
27 void finishLoading(bool);