I am using a stackedWidget on my mainwindow . On this stackwidget I want same (frame ) on two pages. So I thought of creating a widget (frame ) and promoting the frames on these two pages to the custom one. Actually I need to connect some signals from mainwindow to this widget(frame) . As an example if I check a checkbox on Mainwindow , I want the pushbutton to be enabled on both pages. How can I connect the signal from mainwindow to the widget (frame) ? Please anyone help me..![]()


Reply With Quote


Actually I want to create similar 16 pages with so many widgets like checkboxes. I want to connect the checkbox of 16 pages to some signal from one different page. For this I need to connect each and every checkbox separately to the signal. This is taking much time . If I create instance for the frame class on each page , again I need to connect all the checkboxes separately . So can you suggest me any other method ?

Bookmarks