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

[macOS] Using Imagine style controls provokes Qt warning

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Not Evaluated 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)

      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'
          }
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes