Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-26448

QtQuick app template uses glyph '\u2630' which is missing in most of languages

XMLWordPrintable

    • All

      New Project / QtQuick Application

      Generates the following code

      ApplicationWindow {
          id: window
          width: 640
          height: 480
          visible: true
          title: qsTr("Stack")
      
          header: ToolBar {
              contentHeight: toolButton.implicitHeight
      
              ToolButton {
                  id: toolButton
                  text: stackView.depth > 1 ? "\u25C0" : "\u2630"
      

      Consider to replace \u2630 due to the most UI fonts has no such glyph. For instance, all European Android versions displays a placeholder instead of 3 horizontal line.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            con Eike Ziller
            dmitry.sokolov Dmitry Sokolov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes