HTML_TabWidget Class
This class provides the API for HTML tab widgets. This class inherits the HTML_Object Class. Each tab in the tab widget is of type HTML_Tab Class.
HTML_Object HTML_TabWidget.cellAt(row, column)
This function retrieves the cell object for the given row
and column
. The indices for row
and column
are 0-based and the row
does not include any header rows, only the actual content rows.
HTML_TabWidget.clickTab(tabTitle)
This function clicks the tab with the given tab title text (if there is one). Normally this will cause the clicked tab to come to the front.
HTML_TabWidget.findTab(tabTitle)
This function returns a reference to the tab with the given tab title text as an object of type HTML_Tab Class. If there is no such tab the function returns a null value for which the Squish Boolean isNull(object) function returns a true value.
HTML_TabWidget.getCurrentTab()
This function returns a reference to the currently active tab as an object of type HTML_Tab Class.
© 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.