OS X 下调整 QWizard 大小(重新样式)

发布于 2024-11-24 22:01:57 字数 286 浏览 0 评论 0原文

Mac 向导(以及 QWizard 的扩展)的默认外观是这样的:

此处输入图像描述">

在此处输入图像描述

如何在 Qt 中实现这种效果?
(这里使用 PySide 包装器,但我将采用我能得到的任何代码!)

我尝试使用样式表在 QFrame、QWidget 等上设置各种填充和边距等,但仍然无法摆脱该空间左边。我需要破解 MacStyle 吗?我该怎么做呢?

The default look of a Mac wizard (and by extension of QWizard) is this:

enter image description here

All this space on the left, where the bowtie image is, is completely useless and wasted.
Instead I like what the Dropbox guys have done:

enter image description here

How do I achieve this effect in Qt?
(Using PySide wrapper here, but I'll take any code that I can get!)

I tried settings all kinds of paddings and margins and whatnot on QFrame, QWidget, etc. using a stylesheet and still cannot get rid of this space on the left. Do I need to hack MacStyle? How would I go about doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤云独去闲 2024-12-01 22:01:57

将向导样式更改为经典:

setWizardStyle(QWizard::ClassicStyle);

Change the Wizard Style to Classic:

setWizardStyle(QWizard::ClassicStyle);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文