QtCS2018 Qt 6: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(add notes)
 
 
Line 14: Line 14:
** API should not be based on QVariant
** API should not be based on QVariant
* deprecate string-based connect?
* deprecate string-based connect?
** at least ifndef QT_NO_SBC, ASAP
** at least something like ifndef QT_NO_STRING_BASED_CONNECT, ASAP
* build system
* build system
* code reorg
* code reorg

Latest revision as of 12:10, 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 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?