Get multiple data from QTextEdit Pyside2
Unsolved
General and Desktop
-
Hi and welcome to devnet,
Use the QString::split method so you will get a list matching your lines and then proceeds that the way you want it.
-
You get a list from the split, therefore go through each element of said list.