refs#325, made simulator component CDockWidgetInfoAreaComponent compliant, finetuning with resizing in some components

* updates can be skipped, when widget is invisible
* current tab? only current tab updates
* reduced resize frequency in some cases
This commit is contained in:
Klaus Basan
2014-09-27 15:51:00 +02:00
parent 7304d8bd3e
commit e545288630
5 changed files with 19 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ namespace BlackGui
QFrame(parent), ui(new Ui::CLogComponent)
{
ui->setupUi(this);
this->ui->tvp_StatusMessages->setAutoResizeFrequency(3);
}
CLogComponent::~CLogComponent()