If I enter: "Subject:" + "/ n" + vak + "/ n" + klas as the text property of the Text element, it returns everything in a straight line using "/ n".
How can I create it to create new lines?
I donβt know qt or qml, but in most languages ββthe escape character is a backslash, not an ordinary slash, so the escape sequence will be \n for a new line
\n
Enter the text as "Hello \ n World" it works
Source: https://habr.com/ru/post/1413316/More articles:Automate voice recording in Chrome - google-chromeStructures and Identity - c #Interval timer - javascriptHow to handle nm relationships with my PHP models? - complexity-theoryBasic python script giving an internal server error - pythonGetting all users from Active Directory PrincipalContext - c #List of executable files on the way in Windows - command-lineAre there any client tools that will allow you to authorize someone from the city and state in HTML form based on their zip code? - htmlCity airship: custom icon for default status bar notification - androidI want to use multiple data sources in a DataImporthandler in Solr and pass the URL value in the child object after querying the database in the parent object - solrAll Articles