gpt4 book ai didi

qt - 如何制作标题为两行的 QGroupBox?

转载 作者:行者123 更新时间:2023-12-05 08:01:49 29 4
gpt4 key购买 nike

我尝试使用在两行之间嵌入\n 的字符串,但这没有用。

最佳答案

换行符似乎有效:

#include <QtGui>

int main(int argc, char **argv)
{
QApplication a(argc, argv);

QGroupBox gb("This is the first line\nAnd this is line 2\nAnd 3");
gb.show();

return a.exec();
}

在装有 Qt 4.8 和 Qt 5 的 Mac 上给我这个:

enter image description here

关于qt - 如何制作标题为两行的 QGroupBox?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11696143/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com