Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我输入:“主题:”+“/n”+vak+“/n”+klas 作为文本元素的文本属性,它将以直线返回所有内容,其中包含“/n”。
我怎样才能让它创建新行?
我不知道 qt 或 qml,但在大多数语言中,转义字符是反斜杠,而不是常规斜杠,因此转义序列将\n用于换行符
\n
输入文本为“Hello \n World”它可以工作