Thanks for reply ...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 ?
![]()
One more thing ,
relayFrame = new Frame();
ui->tabWidget->insertWidget(5,relayFrame);
ui->tabWidget->insertWidget(6,relayFrame);
Can I use the same object of one class as widget on two different pages of tab or stackedwidget??
Please help...




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 ?
Reply With Quote


Bookmarks