QIF importer improvements
The account name provided in the QIF file can be ambiguous, so guessing it by name can return false positives, since account names do not have to be unique.
Moreover, we should not be creating a new account on the spot if a relevant account cannot be found. Instead, prepare the statement object so that MyMoneyStatementReader::selectOrCreateAccount() gets a chance to show a dialog and let a user decide.
Edited by Dawid Wrobel