Does Qt support ribbon control?

感情迁移 提交于 2019-12-17 22:58:06

问题


Does Qt support ribbon control?


回答1:


I want to share with you the link to site has published screenshots of their component Qtitan Ribbon for Qt. http://www.devmachines.com/qtitanribbon-overview.html




回答2:


One of their sample apps apparently has a ribbon, so it should be do-able.

http://qt.nokia.com/images/products/vtk-designer-opengl-screenshot




回答3:


While there is no dedicated Ribbon widget in Qt, you can fashion something similar yourself. You could take a QTabWidget and put some buttons inside (and optionally style it to look a bit more like Microsoft's Ribbon). Depending on what you're trying to accomplish, that might suffice.




回答4:


You can take any JavaScript/JQuery ribbon, insert it into QWebView and do whatever you want with it, using the Qt Webkit Bridge.




回答5:


No, it doesn't. I didn't find out any plan to support it in the future.




回答6:


There is no Qt ribbon control. I believe there are license issues preventing Nokia from developing a ribbon control that is similar to Microsofts.



来源:https://stackoverflow.com/questions/2673666/does-qt-support-ribbon-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!