Defining Enum custom types for Qt D-Bus introspection
问题 I am working with QDBUS which has the custom type as Enum. After googling I found below link which explains marshalling of QDBUS custom types. http://techbase.kde.org/Development/Tutorials/D-Bus/CustomTypes#Adventurous_serialization_of_enumerations This doesnot explain the annotation to be specified in the QTDBUS interospection xml to generate proxy using qdbusxml2cpp. How to add Enum annotations in QTDBUS interospection xml? Please if possible explain with some sample code. 回答1: I found a