Assuming that "e" is the element whose tagName() is "TD", here is the code you'll need to extract your "%" :
text = e.firstChild().toText().data();![]()
Assuming that "e" is the element whose tagName() is "TD", here is the code you'll need to extract your "%" :
text = e.firstChild().toText().data();![]()
Current Qt projects : QCodeEdit, RotiDeCode
Bookmarks