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

Font point size and pixel size not showing properly

    XMLWordPrintable

Details

    • 1a960865a2821c292c51a4d5acb870aaeb461b22

    Description

      Use the simple code below,

      import QtQuick 1.1
      
      Rectangle {
          width: 360
          height: 360
      
          Text {
              width: 100
              height: 30
              id: dummy
              text: qsTr("Dummy")
              anchors.centerIn: parent
              horizontalAlignment: Text.AlignHCenter
              verticalAlignment: Text.AlignVCenter
          }
      }
      
      

      1. Open Designer.
      2. Change font size to 24
      3. Change font size type to pixel
      4. Change font size to 14
      5. Save page
      6. Change Creator mode to Edit
      7. Change Creator mode to Design - font size type = points [Not correct]
      8. Change font size to 18
      9. Change Creator mode to Edit - pointSize and pixelSize are present on qml code [Not correct]

      Attachments

        Activity

          People

            thohartm Thomas Hartmann
            tapadar Indrajit Tapadar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: