forked from qt-creator/qt-creator
Maemo: Fix default label values in device config widget.
This commit is contained in:
@@ -429,6 +429,8 @@ void MaemoDeviceConfigurationsSettingsWidget::currentConfigChanged(int index)
|
|||||||
void MaemoDeviceConfigurationsSettingsWidget::clearDetails()
|
void MaemoDeviceConfigurationsSettingsWidget::clearDetails()
|
||||||
{
|
{
|
||||||
m_ui->nameLineEdit->clear();
|
m_ui->nameLineEdit->clear();
|
||||||
|
m_ui->osTypeValueLabel->clear();
|
||||||
|
m_ui->deviceTypeValueLabel->clear();
|
||||||
m_ui->hostLineEdit->clear();
|
m_ui->hostLineEdit->clear();
|
||||||
m_ui->sshPortSpinBox->clear();
|
m_ui->sshPortSpinBox->clear();
|
||||||
m_ui->timeoutSpinBox->clear();
|
m_ui->timeoutSpinBox->clear();
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>703</width>
|
<width>708</width>
|
||||||
<height>421</height>
|
<height>421</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
<item row="10" column="1">
|
<item row="10" column="1">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||||||
<item>
|
<item>
|
||||||
<widget class="Utils::PathChooser" name="keyFileLineEdit" native="true"/>
|
<widget class="Utils::PathChooser" name="keyFileLineEdit"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="makeKeyFileDefaultButton">
|
<widget class="QPushButton" name="makeKeyFileDefaultButton">
|
||||||
@@ -389,7 +389,7 @@
|
|||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QLabel" name="deviceTypeValueLabel">
|
<widget class="QLabel" name="deviceTypeValueLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>TextLabel</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -403,7 +403,7 @@
|
|||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLabel" name="osTypeValueLabel">
|
<widget class="QLabel" name="osTypeValueLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>TextLabel</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user