[Qt-interest] problem in stacked widget

chandrasekar wagmare sekarwagmare at gmail.com
Tue Feb 24 06:07:24 CET 2009


hi friends,
=> i am having two graphicsScene having several buttons in different nature
..
=> i add the two scene to a stackedWidget on different pages .. as parent .
=> now if i click any of the item in graphicsScene 1 the index of stacked
widget has
to change ...
=>how can i communicate this from child to parent ... as if i click an item
the index of the
page should change ..
/*mainwindow*/
include "panel.h" //graphic scene

QstackedWidget *stackWid = new QstackedWidget();
GraphicScene *panel1 = new GraphicsScene();
GraphicScene *panel2 = new GraphicsScene();

adding panel 1 and panel2 -->stackedWidget()

please help

-- 
CHANDRU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090224/9c67c67a/attachment.html 


More information about the Qt-interest-old mailing list