Have QHashCracker emit a signal like this:
when the result is received. Connect it to the QLineEdit::setText() slot of the line edit. You then do not need to worry about when the request finishes.Qt Code:
To copy to clipboard, switch view to plain text mode
You do, however, have to worry about whether the result was successful and various memory leaks.
Bookmarks