Does Qt support ribbon control?

前端 未结 6 1315
Happy的楠姐
Happy的楠姐 2020-12-14 16:10

Does Qt support ribbon control?

相关标签:
6条回答
  • 2020-12-14 16:41

    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

    0 讨论(0)
  • 2020-12-14 16:42

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

    0 讨论(0)
  • 2020-12-14 16:44

    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.

    0 讨论(0)
  • 2020-12-14 16:45

    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

    0 讨论(0)
  • 2020-12-14 16:47

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

    0 讨论(0)
  • 2020-12-14 16:55

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

    0 讨论(0)
提交回复
热议问题