Subversion Repositories public

Rev

Rev 119 | Rev 143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 119 Rev 137
Line 29... Line 29...
29
 
29
 
30
	public:
30
	public:
31
		progressWidget ( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31
		progressWidget ( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
32
		~progressWidget();
32
		~progressWidget();
33
		/*$PUBLIC_FUNCTIONS$*/
33
		/*$PUBLIC_FUNCTIONS$*/
34
		void Download();
34
		bool Download();
-
 
35
		static void CallBack(char *str);
35
 
36
 
36
	public slots:
37
	public slots:
37
		/*$PUBLIC_SLOTS$*/
38
		/*$PUBLIC_SLOTS$*/
38
 
39
 
39
	protected:
40
	protected: