QtQuickApp: Fix look of component set options page on Mac

Use window title, like it is done for the other wizard pages.

Change-Id: Ie02c41606a02eadf61548f28c5533d1495721077
Reviewed-on: http://codereview.qt.nokia.com/1782
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Kai Koehne
2011-07-18 18:49:05 +02:00
parent 05be34f4c4
commit 18eb7296a8
2 changed files with 2 additions and 15 deletions

View File

@@ -69,6 +69,8 @@ QtQuickComponentSetOptionsPage::QtQuickComponentSetOptionsPage(QWidget *parent)
m_d->ui.buttonGroup->setId(m_d->ui.meego10RadioButton, 2);
m_d->ui.buttonGroup->setId(m_d->ui.importRadioButton, 3);
connect(m_d->ui.buttonGroup, SIGNAL(buttonClicked(int)), this, SLOT(radioButtonChecked(int)));
setTitle(tr("Qt Quick Application Type"));
}
QtQuickComponentSetOptionsPage::~QtQuickComponentSetOptionsPage()