QIterable Class
template <typename Container> class QIterableHeader: | #include <QIterable> |
CMake: | find_package(Qt6 COMPONENT Core) target_link_libraries(mytarget PUBLIC Qt::Core) |
qmake: | QT += core |
Since: | Qt 6.0 |
Inherited By: |
Detailed Description
QIterable is the base class for QSequentialIterable and QAssociativeIterable.