int QML Value Type
一个整数,例如 0、10 或 -20。更多
详细说明
int
类型指一个整数,如 0、10 或 -20。
int
可能的取值范围为 -2147483648 至 2147483647,但大多数类型只接受较小的取值范围(在文档中会提到)。
举例说明:
NumberAnimation { loops: 5 }
该值类型由 QML 语言提供。
另请参阅 QML 值类型。
© 2025 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.