Qt 中的 Outlook 快捷方式样式工具栏
有没有办法在Qt中创建outlook快捷方式样式工具栏?应该使用普通的工具栏并尝试以某种方式设置它的样式(我不知道如何实现这一点)?或者 Qt 是否为此提供了内置小部件?
我正在谈论像这样的图像上的工具栏: http://www.winsupersite.com/图片/评论/outlook2k2_01.gif
Is there any way to create outloook shortcuts style toolbar in Qt? Should use normal toolbar and try to style it somehow (I have little idea how to achieve this)? Or does Qt provide builtin widget for this?
I am talking about toolbar like on this image: http://www.winsupersite.com/images/reviews/outlook2k2_01.gif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您指的是哪个工具栏?如果是菜单栏下面的,则使用QToolBar结合QToolButton和QAction。
对于左侧的框,选中 QToolBox。看起来很相似。
What toolbar are you refering to? If it is the one below the menu bar, use QToolBar combined with QToolButton and QAction.
For the box on the left side, check QToolBox. It looks similar.
所有这些都可以使用 Qt 样式系统和 QToolBar 本身的一些选项来完成。现在它在我们的应用程序中看起来很好。
All of this can be done using Qt styling system and some options from the QToolBar itself. Now it looks just fine in our application.