gpt4 book ai didi

c++ - QPushButton 工具提示插入一个换行符而我没有指定它

转载 作者:行者123 更新时间:2023-11-30 01:47:04 26 4
gpt4 key购买 nike

我有这样的代码:

//QPushButton*
myButton->setToolTip("ReallyLong String lolol<br>shortString");

有时,当我有一个长字符串和一个短字符串时,长字符串会在某个点被切断并在下一行继续,所以我最终得到 3 行,如下所示:

ReallyLong String
lolol
shortString

为什么会这样?似乎没有办法控制它。

最佳答案

Why is this happening? There doesn't seem to be a way to control it.

来自QToolTip man page :

Rich text displayed in a tool tip is implicitly word-wrapped unless specified differently with <p style='white-space:pre'>.

关于c++ - QPushButton 工具提示插入一个换行符而我没有指定它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32126008/

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