I have a tab widget with no pages in that.at run time i will add a page to tab widget and in that page i will create dynamic QTextEdit like this if i add another page in tab widget with dynamic QTextEdit for newly created page and so on.....
for example if i added four tabs(pages) in tab widget with dynamic QTextEdit for each page. If i want to access third tab(page) QTextEdit plain text i am using object of QTextEdit ->toPlainText(), when i am accessing this way, i am getting text from recently created dynamic QTextEdit which is under fourth tab.
Now the problem is how to access QTextEdit which is under page1 and how to access QTextEdit under page2 and so on....
please help me...............
Bookmarks