En esta página

QInputMethodEvent::Attribute Class

class QInputMethodEvent::Attribute

La clase QInputMethodEvent::Attribute almacena un atributo de método de entrada. Más...

Funciones públicas

Attribute(QInputMethodEvent::AttributeType type, int start, int length, QVariant value)
Attribute(QInputMethodEvent::AttributeType type, int start, int length)

Descripción detallada

Documentación de las funciones de los miembros

Attribute::Attribute(QInputMethodEvent::AttributeType type, int start, int length, QVariant value)

Construye un atributo de método de entrada. type especifica el tipo de atributo, start y length la posición del atributo, y value el valor del atributo.

Attribute::Attribute(QInputMethodEvent::AttributeType type, int start, int length)

Construye un atributo de método de entrada sin valor. type especifica el tipo de atributo, y start y length la posición del atributo.

Se trata de una función sobrecargada.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.