Enums and Flags

Overview

The enums view is available for all QObject and QMetaObject instances and shows enums and flags defined in the corresponding class, as far as introspectable via QMetaEnum.

The enums and flags view shows two levels of information. On the top-level you see the list of all enums and flags listed in the corresponding QMetaObject, in particular:

  • The name of the enum or flag.
  • The amount of elements defined in the enum.
  • The class or namespace in which the enum has been declared.

On the second level you find the names and values of each element of the corresponding enum or flag.

© 2016-2020 Klarälvdalens Datakonsult AB (KDAB). Documentation contributions included herein are the copyrights of their respective owners.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.