26 #ifndef YQDownloadProgress_h
27 #define YQDownloadProgress_h
30 #include <yui/YDownloadProgress.h>
46 const std::string & label,
47 const std::string & filename,
48 YFileSize_t expectedSize );
60 virtual void setLabel(
const std::string & label );
67 virtual void setFilename(
const std::string & filename );
102 virtual void setSize(
int newWidth,
int newHeight );
115 QProgressBar * _qt_progressBar;
120 #endif // YQDownloadProgress_h