Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-119298

[macOS] Using Imagine style controls provokes Qt warning

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 6.5.4, 6.6.2, 6.7.0 FF
    • 6.5.3, 6.6.0
    • QPA, Quick: Controls 2
    • None
    • macOS 14.1.1
    • macOS
    • e8943f541 (dev), 951c857b8 (6.6), d3d16bc4a (tqtc/lts-6.5)

    Description

      Simple usage of, for example, a Button control with Imagine style provokes qt.qpa.fonts warning on macOS.

      qt.qpa.fonts: Populating font family aliases took 78 ms. Replace uses of missing font family "Open Sans" with one that exists to avoid this cost. 
      

      Sample code:

      import QtQuick
      import QtQuick.Controls.Imagine
      
      Window {
          visible: true
          Button {
              text: 'Button'
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              vestbo Tor Arne Vestbø
              studiosus Vladimir Belyavsky
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes