forked from qt-creator/qt-creator
Symbian: Small UI fix
This commit is contained in:
@@ -431,6 +431,7 @@ void S60DeployConfigurationWidget::updateCommunicationChannelUi()
|
||||
if (channel == S60DeployConfiguration::CommunicationCodaTcpConnection) {
|
||||
m_ipAddress->setDisabled(false);
|
||||
m_serialPortsCombo->setDisabled(true);
|
||||
m_deviceInfoButton->setEnabled(true);
|
||||
} else {
|
||||
m_ipAddress->setDisabled(true);
|
||||
m_serialPortsCombo->setDisabled(false);
|
||||
@@ -460,6 +461,7 @@ void S60DeployConfigurationWidget::updateCommunicationChannel()
|
||||
m_ipAddress->setDisabled(false);
|
||||
m_serialPortsCombo->setDisabled(true);
|
||||
m_deployConfiguration->setCommunicationChannel(S60DeployConfiguration::CommunicationCodaTcpConnection);
|
||||
m_deviceInfoButton->setEnabled(true);
|
||||
} else {
|
||||
m_ipAddress->setDisabled(true);
|
||||
m_serialPortsCombo->setDisabled(false);
|
||||
|
||||
Reference in New Issue
Block a user