At the moment the stats view only updates when the view decides to update rather then when data actually changes. This should be fixed by adding beginInsertRows (or similar methods) from QAbstractItemModel however this might not work very well with static methods.
Anonymous