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

Mac style (Widget and Quick) has issues on macOS 26

XMLWordPrintable

    • macOS
    • e7b763373 (6.10), f184c3b0f (6.9), 694112fc1 (dev), 7f24c4936 (tqtc/lts-6.8), ebc1b9637 (tqtc/lts-6.5), fb7c37275 (6.10), adc8c6f56 (tqtc/lts-6.8), a899e8771 (tqtc/lts-6.5), df5e5f988 (tqtc/lts-6.8), 0149d1422 (dev), 06a44a302 (tqtc/lts-6.5)

      The new macOS 26 results in various rendering issues in our macOS style, both in Widgets and Quick. This is a tracking bug for these issues.

      Note: The new Liquid Glass UI is only enabled on macOS for apps built against the macOS 26 SDK, effectively opting in to the new UI. The app's linked SDK is the distinguishing factor, not the linked SDK of the Qt libraries. This means we need to check QMacVersion::buildSDK(QMacVersion::ApplicationBinary) in addition to a runtime check for the current OS version. It's also possible to opt out of the new UI via a UIDesignRequiresCompatibility key in the Info.plist, so we need to check that too.

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