i had a button .on clicking that button i am calling a CThread.cpp file in which i implemented QThread which is having some functionality, suppose if the functionality is finding ".txt" files in system. suppose if i got 5 files , i stored it in QStringList .Now i want to accesses that QStringlist in main ui and populate the content of QStringlist in main ui.
Bookmarks