Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
QtCS2018 Qt 6: Difference between revisions
Jump to navigation
Jump to search
(add notes) |
m (→misc) |
||
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 | ** 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?