
Q7TaskBar
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
Q7TaskBar is Qt add-on that provides Windows 7 features like ProgressBar , Overlay Icon and others features
now this version provide only ProgressBar and Overlay Icon
LIKE THIS LIB DONATE NOW
http://qt-apps.org/content/donate.php?content=129266
AND THANK YOU Last changelog:
now this version provide only ProgressBar and Overlay Icon
LIKE THIS LIB DONATE NOW
http://qt-apps.org/content/donate.php?content=129266
AND THANK YOU
0.3 -> new function :
setText()
Q7Init()
-> check if we are on Windows 7
-> bugs Fixed
-> reset() function reviewed
0.2 -> new functions like :
int maximum()
int minimum()
int value()
-> new Slots:
void setvalue()
void setMinimum()
void setMaximum()
void reset()
void setRange()
Ratings & Comments
6 Comments
hello, please are you aware we can not more download it? please i really need it.
new link: http://hitechoblog.comuf.com/wp-content/uploads/downloads/2010/08/QTask-0.3.zip But I Canceled the project :(
ok thanks for the new link! this is a great project, why cancelling it?
I don't Have time now. I'm Sorry. but it doesn't mean that the project is 100% DEAD Just Wait :)
Hi , Thanks for your remarks...
Hi, In the current zip, setText is commented in the header, but not in the source. I would also add a check against running on windows 7 ( QSysInfo::windowsVersion() == QSysInfo::WV_WINDOWS7 ) before calling CoCreateInstance, so it does not crash when running the code on Windows XP. thanks