mainwindow.h
changeset 822 c2ce9944148c
parent 821 4a84d7e444d8
child 823 0bba81dde1bc
     1.1 --- a/mainwindow.h	Thu Jan 21 11:56:57 2010 +0000
     1.2 +++ b/mainwindow.h	Wed Feb 10 13:48:42 2010 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4  	void setProgressMaximum (int max);
     1.5  	void addProgressValue (float v);
     1.6  	void setProgressCounter (int v);
     1.7 -	void removeProgressValue (int v);
     1.8 +	void removeProgressCounter();
     1.9  
    1.10  public slots:
    1.11      void fileNew();
    1.12 @@ -151,6 +151,7 @@
    1.13      void editMoveDown();	
    1.14      void editDetach();	
    1.15  	void editSortChildren();
    1.16 +	void editSortBackChildren();
    1.17      void editToggleScroll();
    1.18      void editExpandAll();
    1.19      void editExpandOneLevel();
    1.20 @@ -288,6 +289,7 @@
    1.21  	QAction *actionMoveDown;
    1.22  	QAction *actionDetach;
    1.23  	QAction *actionSortChildren;
    1.24 +	QAction *actionSortBackChildren;
    1.25  	QAction *actionToggleScroll;
    1.26  	QAction *actionExpandAll;
    1.27  	QAction *actionExpandOneLevel;