AccountMapper – solutions AccountMapper component¶
- class solutions.gui.AccountMapper.AccountMapperWindow(*args, **kwargs)[source]¶
- frequentRefreshEvent()[source]¶
Called every 5 seconds from the main thread.
This method should finish quickly to avoid making the GUI sluggish. In particular, no database operations should be performed directly. Database operations can be scheduled to be performed by the updater thread, for example by using UpdateModel.