@mihir77 wrote:
Hi,
I have a pageview, in which there is a layout and in that i have a webview.
I have a button and when i click on a button in a scene, i want to hide the pageview but when i run this code in button click -
pageView->setVisible(false);
it hides the pageview but webview doesn't hide with it. It is still on the screen.
Even whn i run
_webView->setVisible(false); _layout1->setVisible(false);
it doesn't hide webview, but the layout is hidden..
What is the issue here..
Posts: 1
Participants: 1