forked from qt-creator/qt-creator
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user