Maemo: Remove tooltip.

This commit is contained in:
qt-info@nokia.com
2010-08-12 19:22:21 +02:00
committed by ck
parent 61e7b56fcf
commit 77941ddf9d
2 changed files with 1 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ MaemoDeployStepWidget::MaemoDeployStepWidget(MaemoDeployStep *step) :
m_step(step) m_step(step)
{ {
ui->setupUi(this); ui->setupUi(this);
ui->mountPortSpinBox->setToolTip(ui->mountPortLabel->toolTip());
connect(m_step->deployables(), SIGNAL(modelsCreated()), this, connect(m_step->deployables(), SIGNAL(modelsCreated()), this,
SLOT(handleModelsCreated())); SLOT(handleModelsCreated()));

View File

@@ -46,8 +46,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="mountPortLabel"> <widget class="QLabel" name="mountPortLabel">
<property name="toolTip"> <property name="toolTip">
<string>The port on the device to use for mounting the host disk during deployment. <string/>
Note: On Windows, several consecutive ports may be used, starting with the one set here.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Mount port:</string> <string>Mount port:</string>