Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt on BlackBerry and QNX
  4. Put a line break in the app name

Put a line break in the app name

Scheduled Pinned Locked Moved Qt on BlackBerry and QNX
5 Posts 4 Posters 3.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    john_god
    wrote on 18 Jan 2013, 23:33 last edited by
    #1

    The name of the app that is displayed in BB10 under the ico is set from bar-descriptor.xml file from line

    @<name>My app</name>@

    I tried
    @<name>My<br></br>app</name>
    or
    <name>My<br/>app</name>@

    doenst work

    1 Reply Last reply
    0
    • D Offline
      D Offline
      daliusd
      wrote on 19 Jan 2013, 08:01 last edited by
      #2

      You could try \n in addition but overall I wouldn't expect that to be legal.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tzander
        wrote on 21 Jan 2013, 07:20 last edited by
        #3

        Maybe a silly question; but why would you want a linebreak in an app-name. I expect that to cause problems in various places.
        Maybe there is a better way to solve the problem you have?

        1 Reply Last reply
        0
        • J Offline
          J Offline
          john_god
          wrote on 21 Jan 2013, 10:18 last edited by
          #4

          It's just in the text under the icon on the bb10 screen. There are other apps who's name is in 2 lines like "Blackberry World" else last letters are cut.

          1 Reply Last reply
          0
          • J Offline
            J Offline
            JUhrig
            wrote on 30 May 2013, 21:57 last edited by
            #5

            Add two spaces between the words you want on separate lines.

            <name>Part1 Part2</name>

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved