Quote Originally Posted by salik89 View Post
For example, in test01, it contains itemD, itemE, itemF; test02 contains itemG, itemH, itemI
It happens when I retype in the LineEdit to test02 (therefore reading test02 items in the jobList), and as I print it out, it is actually printing as 'test01, itemD' instead of 'test01, itemG'

Are there anyways for me to force item read according to the jobList?
I hope I am making sense here
No. What is "it" in "It happens"?
Nothing in your code has anything to do with reading or outputting the content of a file. Nothing shows uses of a QLineEdit.