Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt6.8.2 QWidget can't show on IOS18.2

Qt6.8.2 QWidget can't show on IOS18.2

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 110 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iamnotsad
    wrote on 14 Mar 2025, 09:32 last edited by
    #1

    I have use Qt6.8.2 to creat a simplest QWidget window and then run it on IOS18.2 simulator, the QWidget window can't be showed and the screen was black. But the QML window can be showed!

    The same code for the QWidget window, if I re-compiled it with Qt5.12.2 and then run it on IOS18.2, the window can be showed correctly either.

    How to fix this issue?

    Thanks!

    J 1 Reply Last reply 14 Mar 2025, 09:57
    0
    • I iamnotsad
      14 Mar 2025, 09:32

      I have use Qt6.8.2 to creat a simplest QWidget window and then run it on IOS18.2 simulator, the QWidget window can't be showed and the screen was black. But the QML window can be showed!

      The same code for the QWidget window, if I re-compiled it with Qt5.12.2 and then run it on IOS18.2, the window can be showed correctly either.

      How to fix this issue?

      Thanks!

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 14 Mar 2025, 09:57 last edited by
      #2

      @iamnotsad Set QT_DEBUG_PLUGINS env variable to 1 in run settings before running the app and check the console output.
      See https://doc.qt.io/qt-6/debug.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • I iamnotsad referenced this topic on 17 Mar 2025, 10:58

      2/2

      14 Mar 2025, 09:57

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved