QIterable Class

template <typename Container> class QIterable
Header: #include <QIterable>
CMake: find_package(Qt6 COMPONENT Core)
target_link_libraries(mytarget PUBLIC Qt::Core)
qmake: QT += core
Since: Qt 6.0
Inherited By:

QAssociativeIterable and QSequentialIterable

Detailed Description

QIterable is the base class for QSequentialIterable and QAssociativeIterable.