HTML_ProgressBar Class

This class provides the API for HTML progress bars to enable their state to be verified. This class inherits the HTML_Object Class. See also Progress Bar Support.

int HTML_ProgressBar.maximum

This read–only property holds the progress bar's maximum value.

int HTML_ProgressBar.minimum

This read–only property holds the progress bar's minimum value.

int HTML_ProgressBar.value

This read/write property holds the progress bar's value. The value should be an integer between the minimum and the maximum inclusive.

© 2024 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.

Search Results