mainwindow.h
changeset 821 4a84d7e444d8
parent 820 735c7ea1d2a9
child 822 c2ce9944148c
     1.1 --- a/mainwindow.h	Tue Jan 05 11:23:12 2010 +0000
     1.2 +++ b/mainwindow.h	Thu Jan 21 11:56:57 2010 +0000
     1.3 @@ -34,15 +34,17 @@
     1.4  	void loadCmdLine();
     1.5  
     1.6  private:
     1.7 -	QProgressBar *progressBar;
     1.8 +	QProgressDialog progressDialog;
     1.9  	int progressMax;
    1.10  	int progressMin;
    1.11 +	int progressCounter;
    1.12 +	int progressCounterTotal;
    1.13  public:	
    1.14  	void statusMessage (const QString &);
    1.15 -	void setProgressMinimum (int min);
    1.16  	void setProgressMaximum (int max);
    1.17 -	void setProgressValue (int v);
    1.18 -	void removeProgressBar();
    1.19 +	void addProgressValue (float v);
    1.20 +	void setProgressCounter (int v);
    1.21 +	void removeProgressValue (int v);
    1.22  
    1.23  public slots:
    1.24      void fileNew();
    1.25 @@ -118,12 +120,14 @@
    1.26      void editPaste();	
    1.27      void editCut();	
    1.28      void editOpenFindWidget();
    1.29 +    void editFindDuplicateURLs();
    1.30  private:
    1.31  	void openTabs(QStringList);
    1.32  public slots:
    1.33  	void editOpenURL();
    1.34  	void editOpenURLTab();
    1.35  private slots:
    1.36 +	void editOpenMultipleVisURLTabs(bool ignoreScrolled=true);
    1.37  	void editOpenMultipleURLTabs();
    1.38  	void editURL();
    1.39  	void editLocalURL();
    1.40 @@ -290,6 +294,7 @@
    1.41  	QAction *actionCollapseOneLevel;
    1.42  	QAction* actionOpenURL;
    1.43  	QAction* actionOpenURLTab;
    1.44 +	QAction* actionOpenMultipleVisURLTabs;
    1.45  	QAction* actionOpenMultipleURLTabs;
    1.46  	QAction* actionURL;
    1.47  	QAction* actionLocalURL;