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.