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

@@ -21,7 +21,8 @@ namespace BlackGui
namespace Components
{
CSettingsSimulatorComponent::CSettingsSimulatorComponent(QWidget *parent) :
QFrame(parent), CRuntimeBasedComponent(nullptr, false),
QFrame(parent),
CRuntimeBasedComponent(nullptr, false),
ui(new Ui::CSettingsSimulatorComponent)
{
ui->setupUi(this);