Methods to manipulate QStackedWidget
◆ GetStackedWidgetIndex()
static Number GO2SDialogUtil::GetStackedWidgetIndex |
( |
String | name | ) |
|
|
static |
Get the current index of the stacked widget.
- Parameters
-
[in] | name | the name of widget in the .ui file |
◆ SetStackedWidgetIndex()
static void GO2SDialogUtil::SetStackedWidgetIndex |
( |
String | name, |
|
|
Number | index ) |
|
static |
Set the stacked widget index.
- Parameters
-
[in] | name | the name of widget in the .ui file |
[in] | index | the page index |
◆ SetTabWidgetIndex()
static void GO2SDialogUtil::SetTabWidgetIndex |
( |
String | name, |
|
|
Number | index ) |
|
static |
Set the tab tab index.
- Parameters
-
[in] | name | the name of widget in the .ui file |
[in] | index | the page index |