QmlDesigner: Change caption of tab bar in connection view

Dynamic Properties was to long since we have to set a fixed with
for tabs when using css.
Properties should be still clear enough and the preserved
space imrpoves usability significantly.

Change-Id: I484822918d78e89e96c587314bcaeda78c7e95b0
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2016-07-01 12:22:46 +02:00
parent 8dfe5590ce
commit aea9f7281f

View File

@@ -55,7 +55,7 @@ ConnectionViewWidget::ConnectionViewWidget(QWidget *parent) :
ui->tabBar->addTab(tr("Connections", "Title of connection view")); ui->tabBar->addTab(tr("Connections", "Title of connection view"));
ui->tabBar->addTab(tr("Bindings", "Title of connection view")); ui->tabBar->addTab(tr("Bindings", "Title of connection view"));
ui->tabBar->addTab(tr("Dynamic Properties", "Title of dynamic properties view")); ui->tabBar->addTab(tr("Properties", "Title of dynamic properties view"));
ui->tabBar->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); ui->tabBar->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
ui->connectionView->setStyleSheet( ui->connectionView->setStyleSheet(