Some GUI finetuning

* tabBar expanding
* removed setDocumentMode
* Flight plan in scroll area
This commit is contained in:
Klaus Basan
2014-09-28 01:51:08 +02:00
parent e545288630
commit e929423fc9
14 changed files with 893 additions and 691 deletions

View File

@@ -26,6 +26,7 @@ namespace BlackGui
ui(new Ui::CUserComponent), m_timerComponent(nullptr)
{
ui->setupUi(this);
this->tabBar()->setExpanding(false);
this->m_timerComponent = new CTimerBasedComponent(SLOT(update()), this);
connect(this->ui->tvp_AllUsers, &CUserView::countChanged, this, &CUserComponent::ps_countChanged);