QtCS2018 Qt 6: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(add notes)
(No difference)

Revision as of 12:09, 13 June 2018

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 ifndef QT_NO_SBC, 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?