QtCS2018 Qt 6

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

misc

  • IODevice
  • socket engine
  • accessibility
  • QStyle
  • QRegexp
  • QQuickItem parent unified with QObject parent
  • QVariant / metatype / stationary
  • app entry points
  • STL interop on containers
  • datastream
  • alternatives to QAbstractItemModel
    • API should not be based on QVariant
  • deprecate string-based connect?
    • at least something like ifndef QT_NO_STRING_BASED_CONNECT, ASAP
  • build system
  • code reorg
  • other modules
  • unify gestures in widgets & QML
  • better examples and tutorials
  • QEvent hierarchy refactoring

C++

  • class enums
  • automatic pointers
  • clang-based tooling?