问题描述
有没有办法访问windows 7进度条与Qt?我目前正在使用Qt Creator的Qt 4.7.0。
Is there a way to access the windows 7 progress bar with Qt? I'm currently using Qt 4.7.0 with Qt Creator.
我已经找到但不幸的是它不是免费的。所以似乎是可能的 - 我如何手动访问进度条(无Visual Studio)?
I already found Q7Goodies but unfortunately it is not free. So it seems to be possible - how can I access to the progress bar by hand (without Visual Studio)?
推荐答案
他们使用Win7 API函数并将它们封装在它们的库中。你可以手工包括那些标题,并使用它们。您可以在这里找到帮助主题和演示项目:
I think they used Win7 API functions and encapsulated them in their library. You can include by hand those headers and use them too. Here you can find a help topic and demo project: codeproject.com/KB/vista/SevenGoodiesTaskbarStatus.aspx
但它只适用于win7。不是交叉平台。好运
But its only for win7. Not crossplatform. Good luck
update mar 05,2014
时间以前,许多事情已经改变。对于那些自我提出同样的问题今天(2014年开始),那么我个人的回答是,Qt 5完全支持任务栏和不同种类的美丽演员的进展。有关详情,请参见了解详情
This question was asked a long time ago and many things have changed since. For those asking themselves the same question today (beginnings of 2014) then my personal answer is that Qt 5 fully supports progress in taskbar and different kind of beautiful extras. See win extras@qt-project for details
这篇关于如何显示进度在Windows 7的任务栏(使用Qt)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!