Qt Quick 6.8 中的弹出窗口和菜单

  • With Qt 6.8.0 release, details on new features for popups and menus in Qt Quick Controls.
  • Current popup implementation in Qt Quick involves creating a unique item.
  • Overlay works with opened popups to determine event blocking and closing.
  • Introducing Popup Windows in Qt Quick: can open popups in top-level windows with new popupType property.
  • Menus and MenuBars: added support for native menus and menu bars on Windows and macOS.
  • On Windows, improved styles for menus and added native WIN32 context menus.
  • On macOS, added support for native menu bars and native menus within them.
  • Conclusion: new documentation explains popup types, bugs to report, and closePolicy issue.
阅读 12
0 条评论