forked from qt-creator/qt-creator
Maemo: Remove tooltip.
This commit is contained in:
@@ -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()));
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user